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 pitrou
Recipients dstufft, eric.araujo, eryksun, gmljosea, pitrou
Date 2014-11-17.21:56:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416261391.25.0.53738305264.issue22888@psf.upfronthosting.co.za>
In-reply-to
Content
> On Windows, shouldn't copy_scripts use UTF-8 instead of os.fsencode
> (MBCS)? The Python launcher executes the shebang line on Windows, and 
> it defaults to UTF-8 if a script doesn't have a BOM.

Good catch! It seems you're right. Do you want to provide a patch + tests?
History
Date User Action Args
2014-11-17 21:56:31pitrousetrecipients: + pitrou, eric.araujo, eryksun, dstufft, gmljosea
2014-11-17 21:56:31pitrousetmessageid: <1416261391.25.0.53738305264.issue22888@psf.upfronthosting.co.za>
2014-11-17 21:56:31pitroulinkissue22888 messages
2014-11-17 21:56:31pitroucreate