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 Arfrever, serhiy.storchaka, vinay.sajip
Date 2015-09-28.17:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443463030.19.0.729060016006.issue25185@psf.upfronthosting.co.za>
In-reply-to
Content
> I suspect that this can break backward compatibility.

But since venv writes it out as UTF-8 already, it should be read in UTF-8, and if it isn't, isn't that the cause of the error which led to this bug we're talking about?

If we now write it with locale encoding, anything that previously assumed we were writing it in UTF-8 might break. While I'm not aware of any specific software which reads pyvenv.cfg other than the site.py code, there could well be third party code which does so.
History
Date User Action Args
2015-09-28 17:57:10vinay.sajipsetrecipients: + vinay.sajip, Arfrever, serhiy.storchaka
2015-09-28 17:57:10vinay.sajipsetmessageid: <1443463030.19.0.729060016006.issue25185@psf.upfronthosting.co.za>
2015-09-28 17:57:10vinay.sajiplinkissue25185 messages
2015-09-28 17:57:10vinay.sajipcreate