[issue28824] os.environ should preserve the case of the OS keys ?

tzickel report at bugs.python.org
Mon Nov 28 14:29:04 EST 2016


tzickel added the comment:

My issue is that somebody wants to pass a few dict like environment variables as some prefix_key=value but he wants to preserve the case of the key for usage in python so the .keys() space needs to be enumerated.

A workaround for this issue can be importing nt and using nt.environ which preserves the cases.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28824>
_______________________________________


More information about the Python-bugs-list mailing list