Skip to content

Commit 6877d16

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/dviread.py

Lines 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)