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 Mo Ali, serhiy.storchaka
Date 2017-01-17.15:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484665614.38.0.864306793552.issue29297@psf.upfronthosting.co.za>
In-reply-to
Content
The first example raises an error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'False'

Unless you have a file named "False" in the current directory of course.

What behavior you expected?
History
Date User Action Args
2017-01-17 15:06:54serhiy.storchakasetrecipients: + serhiy.storchaka, Mo Ali
2017-01-17 15:06:54serhiy.storchakasetmessageid: <1484665614.38.0.864306793552.issue29297@psf.upfronthosting.co.za>
2017-01-17 15:06:54serhiy.storchakalinkissue29297 messages
2017-01-17 15:06:54serhiy.storchakacreate