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 DarkMagus
Recipients DarkMagus
Date 2016-03-02.13:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456924974.81.0.368543659162.issue26472@psf.upfronthosting.co.za>
In-reply-to
Content
The code below runs indefinitely:

with open(False) as f:
    for line in f:
        print(line)
History
Date User Action Args
2016-03-02 13:22:54DarkMagussetrecipients: + DarkMagus
2016-03-02 13:22:54DarkMagussetmessageid: <1456924974.81.0.368543659162.issue26472@psf.upfronthosting.co.za>
2016-03-02 13:22:54DarkMaguslinkissue26472 messages
2016-03-02 13:22:54DarkMaguscreate