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 amaury.forgeotdarc, eric.araujo, runtux, tarek, techtonik, vstinner
Date 2011-10-09.04:52:27
SpamBayes Score 6.848803e-05
Marked as misclassified No
Message-id <1318135948.23.0.822480008916.issue10945@psf.upfronthosting.co.za>
In-reply-to
Content
haypo:
> Can't you only work with Unicode and avoid the MBCS encoding?
It is not code under the users’ control (i.e. setup.py) that uses MBCS, but the bdist_wininst command itself.  It used to be runnable from linux, which is great to provide binary installers for Windows users who typically don’t have a compiler.  This is what the bug is about.
History
Date User Action Args
2011-10-09 04:52:28eric.araujosetrecipients: + eric.araujo, amaury.forgeotdarc, vstinner, techtonik, tarek, runtux
2011-10-09 04:52:28eric.araujosetmessageid: <1318135948.23.0.822480008916.issue10945@psf.upfronthosting.co.za>
2011-10-09 04:52:27eric.araujolinkissue10945 messages
2011-10-09 04:52:27eric.araujocreate