[issue23017] string.printable.isprintable() returns False

Bruno Cauet report at bugs.python.org
Tue Dec 9 15:42:29 CET 2014


Bruno Cauet added the comment:

Here is a simple fix for the issue, plus a test.
It does not break any unit test but this raises a backwards-compatibility problem. Therefore I wouldn't advise using it for Python 3.4 but only 3.5+.

----------
keywords: +patch
nosy: +bru
versions: +Python 3.5
Added file: http://bugs.python.org/file37398/0001-Fix-string.printable-respect-POSIX-spec.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23017>
_______________________________________


More information about the Python-bugs-list mailing list