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 Arfrever
Recipients Arfrever, georg.brandl, josh.r, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-06-08.15:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402242651.97.0.791763640358.issue21515@psf.upfronthosting.co.za>
In-reply-to
Content
Minor inconsistency in Lib/tempfile.py:
                # Set flag to None to not try again.
                _O_TMPFILE_WORKS = False

s/None/False/
History
Date User Action Args
2014-06-08 15:50:52Arfreversetrecipients: + Arfrever, georg.brandl, ncoghlan, pitrou, vstinner, neologix, python-dev, serhiy.storchaka, josh.r
2014-06-08 15:50:51Arfreversetmessageid: <1402242651.97.0.791763640358.issue21515@psf.upfronthosting.co.za>
2014-06-08 15:50:51Arfreverlinkissue21515 messages
2014-06-08 15:50:51Arfrevercreate