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 serhiy.storchaka
Recipients Brian.Herman, brett.cannon, eryksun, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-07-15.19:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468612044.71.0.455446294324.issue27083@psf.upfronthosting.co.za>
In-reply-to
Content
Comparing bytes with str can emit a warning or raise an exception. Checking for b'PYTHONCASEOK' in os.environ looks as a bug to me.
History
Date User Action Args
2016-07-15 19:47:24serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, paul.moore, tim.golden, Brian.Herman, python-dev, zach.ware, eryksun, steve.dower
2016-07-15 19:47:24serhiy.storchakasetmessageid: <1468612044.71.0.455446294324.issue27083@psf.upfronthosting.co.za>
2016-07-15 19:47:24serhiy.storchakalinkissue27083 messages
2016-07-15 19:47:24serhiy.storchakacreate