Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

>Should PyUnicode_CompareWithASCIIString() be replaced with something
>else as well?

I hope revised patch will fix this too. There seems to be no function to
compare unicode object and file system encoded string, so I moved
unicode creation before comparation. This might increase overhead a bit.

Issue3080 is big issue, so this is minimal solution for this issue. I
confirmed test_import.py passed.

----------
dependencies:  -Full unicode import system
Added file: http://bugs.python.org/file13101/fix_import.patch

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

Reply via email to