Hirokazu Yamamoto <[email protected]> added the comment:
Quick observation. This bug was introduces in r68363.
import.c(994)
newname = PyUnicode_FromString(pathname);
pathname is mbcs on windows, but PyUnicode_FromString assumes it as UTF8.
----------
nosy: +ocean-city
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com