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 lemburg
Recipients lemburg, loewis, tarek
Date 2008-04-07.20:22:31
SpamBayes Score 0.062460724
Marked as misclassified No
Message-id <1207599753.22.0.299838762816.issue2562@psf.upfronthosting.co.za>
In-reply-to
Content
With "distutils users" I'm referring to people that are told to run
"python setup.py install". Changed affecting the way this line behaves
need to be carefully considered.

OTOH, when upgrading a package to a new Python version (and distutils
version), package authors will have to modify their packages anyway, so
it is well possible to ask them to use Unicode strings for meta-information.

Supporting pre-2.6 Python version is also not much of a problem, since
authors could setup the strings in question to be either Unicode or
8-bit strings depending on the Python version.

This change would be really minor (compared to e.g the Py_ssize_t change
;-).

That said, I don't think it's a good idea to make package data more
complicated by allowing multiple encodings. The meta-data file should
have a fixed pre-defined encoding, preferrably UTF-8.
History
Date User Action Args
2008-04-07 20:22:33lemburgsetspambayes_score: 0.0624607 -> 0.062460724
recipients: + lemburg, loewis, tarek
2008-04-07 20:22:33lemburgsetspambayes_score: 0.0624607 -> 0.0624607
messageid: <1207599753.22.0.299838762816.issue2562@psf.upfronthosting.co.za>
2008-04-07 20:22:32lemburglinkissue2562 messages
2008-04-07 20:22:31lemburgcreate