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 tzickel
Recipients larry, loewis, paul.moore, r.david.murray, steve.dower, tim.golden, tzickel, zach.ware
Date 2016-11-28.19:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480361344.57.0.850258146435.issue28824@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-28 19:29:04tzickelsetrecipients: + tzickel, loewis, paul.moore, larry, tim.golden, r.david.murray, zach.ware, steve.dower
2016-11-28 19:29:04tzickelsetmessageid: <1480361344.57.0.850258146435.issue28824@psf.upfronthosting.co.za>
2016-11-28 19:29:04tzickellinkissue28824 messages
2016-11-28 19:29:04tzickelcreate