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 brett.cannon
Recipients Brian.Herman, brett.cannon, eryksun, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-07-15.19:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468612187.03.0.325989745471.issue27083@psf.upfronthosting.co.za>
In-reply-to
Content
There's no direct comparison to trigger a warning; it's just seeing if a key in a dict exists.

And b'PYTHONCASEOK' is not a bug as that's required for OS X (remember this is technically posix.environ, not os.environ).
History
Date User Action Args
2016-07-15 19:49:47brett.cannonsetrecipients: + brett.cannon, paul.moore, tim.golden, Brian.Herman, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-07-15 19:49:47brett.cannonsetmessageid: <1468612187.03.0.325989745471.issue27083@psf.upfronthosting.co.za>
2016-07-15 19:49:47brett.cannonlinkissue27083 messages
2016-07-15 19:49:46brett.cannoncreate