STINNER Victor added the comment:

> @unittest.skipIf(sys.platform.startswith('freebsd') and
>                  sys.getfilesystemencoding() == 'ascii',
>                  'skip on FreeBSD with ASCII filesystem encoding')

Such skip is not a good idea. Many OS uses the Latin1 encoding when the C 
locale is used (even if ASCII encoding is announced :-/): Solaris, FreeBSD, Mac 
OS X, etc.

pythonrun_filename_decoding_test_2.patch: 'surrogateescape' error handler is 
not used on Windows (and must not be used), whereas the initial issue was 
reported on Windows.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to