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
Date 2009-02-15.13:54:17
SpamBayes Score 0.00095244095
Marked as misclassified No
Message-id <1234706059.63.0.780174750441.issue5273@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-02-15 13:54:19ocean-citysetrecipients: + ocean-city, miwa
2009-02-15 13:54:19ocean-citysetmessageid: <1234706059.63.0.780174750441.issue5273@psf.upfronthosting.co.za>
2009-02-15 13:54:17ocean-citylinkissue5273 messages
2009-02-15 13:54:17ocean-citycreate