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 Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner
Date 2010-05-03.22:51:46
SpamBayes Score 0.0010998924
Marked as misclassified No
Message-id <1272927107.58.0.56716994623.issue8603@psf.upfronthosting.co.za>
In-reply-to
Content
> I also worry that people won't get it right any better than Python (...)

Developers coming from Python2 will continue to use os.getenv() and will not worry about encoding, and maybe not notice that the result is now unicode (and not more a byte string).

I think that a developer will only switch to os.getenvb() if he/she has troubles with the encodings.
History
Date User Action Args
2010-05-03 22:51:47vstinnersetrecipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, ezio.melotti, Arfrever
2010-05-03 22:51:47vstinnersetmessageid: <1272927107.58.0.56716994623.issue8603@psf.upfronthosting.co.za>
2010-05-03 22:51:46vstinnerlinkissue8603 messages
2010-05-03 22:51:46vstinnercreate