[issue16444] Use support.TESTFN_UNDECODABLE on UNIX

STINNER Victor report at bugs.python.org
Thu Nov 8 23:53:12 CET 2012


STINNER Victor added the comment:

The patch contains two print to help debugging the patch itself, these print statements must be removed later.
 
+print("TESTFN_UNDECODABLE = %a" % TESTFN_UNDECODABLE)
+print("TESTFN_NONASCII = %a" % TESTFN_NONASCII)

----------

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


More information about the Python-bugs-list mailing list