STINNER Victor <vstin...@python.org> added the comment:

Currently, os.environ behaves as a dictionary. When you put value into 
os.environ[key], os.environ[key] gives you back this value. If we start to 
convert value to a different type (convert something to str), it can be 
surprising.

----------

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

Reply via email to