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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to