STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8603>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to