Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6877d16

Browse filesBrowse files
authored
Merge pull request #20408 from anntzer/enc
Remove mention of now-removed Encoding class.
2 parents 29da23a + f9c2c0e commit 6877d16
Copy full SHA for 6877d16

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎lib/matplotlib/dviread.py

Copy file name to clipboardExpand all lines: lib/matplotlib/dviread.py
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,6 @@ def _parse_and_cache_line(self, line):
922922
encoding=encodingfile, filename=fontfile)
923923

924924

925-
# Note: this function should ultimately replace the Encoding class, which
926-
# appears to be mostly broken: because it uses b''.join(), there is no
927-
# whitespace left between glyph names (only slashes) so the final re.findall
928-
# returns a single string with all glyph names. However this does not appear
929-
# to bother backend_pdf, so that needs to be investigated more. (The fixed
930-
# version below is necessary for textpath/backend_svg, though.)
931925
def _parse_enc(path):
932926
r"""
933927
Parses a \*.enc file referenced from a psfonts.map style file.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.