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 steve.dower
Recipients eryksun, larry, loewis, paul.moore, r.david.murray, steve.dower, tim.golden, tzickel, zach.ware
Date 2016-11-28.21:38:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480369092.79.0.152938927454.issue28824@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see what you mean. In this case, we could change how the case-insensitivity is handled here, but it would only be applicable to 3.7. I'm not opposed to changing the default behavior here, but it does kind of bring up the mapping dict discussion again.

If case is important to your application, environment variables are probably the wrong way to go about passing them in anyway. Either use the value of the variable rather than the key, or find a different approach. Given 'nt.environ' is available without case remapping, I think that's the best workaround.
History
Date User Action Args
2016-11-28 21:38:12steve.dowersetrecipients: + steve.dower, loewis, paul.moore, larry, tim.golden, r.david.murray, zach.ware, eryksun, tzickel
2016-11-28 21:38:12steve.dowersetmessageid: <1480369092.79.0.152938927454.issue28824@psf.upfronthosting.co.za>
2016-11-28 21:38:12steve.dowerlinkissue28824 messages
2016-11-28 21:38:12steve.dowercreate