[issue23375] test_py3kwarn fails on Windows

STINNER Victor report at bugs.python.org
Thu Sep 3 09:43:17 CEST 2015


STINNER Victor added the comment:

To easily test my patch, you can inject a Python 3 DeprecationWarning in the unicodedata module using attached unicodedata.patch, and then modify Lib/test/test_py3kwarn.py to add "unicodedata" to the "optional_modules" list.

I tested my patch on Linux (Fedora 22, 64-bit system).

----------
Added file: http://bugs.python.org/file40333/unicodedata.patch

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


More information about the Python-bugs-list mailing list