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 vstinner
Recipients amaury.forgeotdarc, eric.araujo, loewis, runtux, tarek, techtonik, vstinner
Date 2012-03-13.12:53:42
SpamBayes Score 1.3479324e-09
Marked as misclassified No
Message-id <1331643223.05.0.666174655709.issue10945@psf.upfronthosting.co.za>
In-reply-to
Content
> Would the proposed change mean that a bdist_wininst built
> with 3.2.0 won’t work with a patched 3.2.3?

The installer doesn't use distutils to read its configuration, so such binary runs with any installed Python version.

> bdist_msi decodes data read from setup.py with MBCS on Windows;
> on other OSes, couldn’t the locale preferred encoding be used?

It would be worse: Linux doesn't use Windows code page. Most modern OSes are now using UTF-8 locale encoding, whereas Windows never use UTF-8 as the ANSI code page.
History
Date User Action Args
2012-03-13 12:53:43vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, techtonik, tarek, eric.araujo, runtux
2012-03-13 12:53:43vstinnersetmessageid: <1331643223.05.0.666174655709.issue10945@psf.upfronthosting.co.za>
2012-03-13 12:53:42vstinnerlinkissue10945 messages
2012-03-13 12:53:42vstinnercreate