]> git.pld-linux.org Git - packages/python-fonttools.git/blob - python-fonttools-singledispatch.patch
- added singledispatch patch (fix plistlib with singledispatch 3.7); release 6
[packages/python-fonttools.git] / python-fonttools-singledispatch.patch
1 --- fonttools-3.44.0/Lib/fontTools/misc/plistlib.py.orig        2019-08-02 12:41:08.000000000 +0200
2 +++ fonttools-3.44.0/Lib/fontTools/misc/plistlib.py     2022-03-24 16:34:16.715273085 +0100
3 @@ -105,7 +105,7 @@ def _encode_base64(data, maxlinelength=7
4      return data
5  
6  
7 -class Data:
8 +class Data(object):
9      """Wrapper for binary data returned in place of the built-in bytes type
10      when loading property list data with use_builtin_types=False.
11      """
This page took 0.053615 seconds and 3 git commands to generate.