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 vinay.sajip
Recipients alexis, eric.araujo, tarek, trevor, vinay.sajip
Date 2011-09-14.08:31:18
SpamBayes Score 0.00026423298
Marked as misclassified No
Message-id <1315989079.53.0.636779451058.issue12386@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at this bug again - I was getting a little confused about it ;-) The problem is happening not when writing out a resource, but the RESOURCES file listing the resources installed. This is a text file, of course, so my suggested fix of using open(resources_path, 'w', encoding='utf-8') would be reasonable.
History
Date User Action Args
2011-09-14 08:31:19vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis, trevor
2011-09-14 08:31:19vinay.sajipsetmessageid: <1315989079.53.0.636779451058.issue12386@psf.upfronthosting.co.za>
2011-09-14 08:31:18vinay.sajiplinkissue12386 messages
2011-09-14 08:31:18vinay.sajipcreate