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 eric.araujo
Recipients alexis, eric.araujo, paul.moore, python-dev, tarek, trevor, vinay.sajip
Date 2011-10-14.15:10:44
SpamBayes Score 0.00017590898
Marked as misclassified No
Message-id <1318605044.78.0.683557435071.issue12386@psf.upfronthosting.co.za>
In-reply-to
Content
I’ve reproduced the bug and fixed it by opening in text mode, following all other calls to open in the same file.  This should now work for ASCII paths and non-ASCII paths that use the same encoding as open’s default, but it’ll probably break with non-ASCII paths under a C locale, so I’ve opened #13178.
History
Date User Action Args
2011-10-14 15:10:44eric.araujosetrecipients: + eric.araujo, paul.moore, vinay.sajip, tarek, alexis, python-dev, trevor
2011-10-14 15:10:44eric.araujosetmessageid: <1318605044.78.0.683557435071.issue12386@psf.upfronthosting.co.za>
2011-10-14 15:10:44eric.araujolinkissue12386 messages
2011-10-14 15:10:44eric.araujocreate