STINNER Victor <[email protected]> added the comment:

> File 
> "/home/buildbot/buildarea/3.x.aixtools-aix-power6/build/Lib/test/test_pkgutil.py",
>  line 249, in test_name_resolution
>    os.makedirs(d, exist_ok=True)
(...)
> UnicodeEncodeError: 'latin-1' codec can't encode characters in position 
> 17-19: ordinal not in range(256)

The test should be modified to skip the current uw value in the loop 
("continue") if the filesystem encoding cannot encode the Unicode string (catch 
UnicodeEncodeError on the makedirs() call).

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue12915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to