This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients miwa, ocean-city, pitrou
Date 2009-02-15.18:26:40
SpamBayes Score 2.0091738e-07
Marked as misclassified No
Message-id <1234722402.68.0.0732073187799.issue5273@psf.upfronthosting.co.za>
In-reply-to
Content
>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.
History
Date User Action Args
2009-02-15 18:26:42ocean-citysetrecipients: + ocean-city, pitrou, miwa
2009-02-15 18:26:42ocean-citysetmessageid: <1234722402.68.0.0732073187799.issue5273@psf.upfronthosting.co.za>
2009-02-15 18:26:41ocean-citylinkissue5273 messages
2009-02-15 18:26:40ocean-citycreate