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 terry.reedy
Recipients meowmeowmeowcat, russiavk, steven.daprano, terry.reedy
Date 2021-08-13.23:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628896189.47.0.321022175704.issue44898@roundup.psfhosted.org>
In-reply-to
Content
If there is no file or directory by the name you give, then the exception is correct and there is no bug in CPython.  A failing example should look like Steven's, with the filename in a string that is use to both create and access the file.
History
Date User Action Args
2021-08-13 23:09:49terry.reedysetrecipients: + terry.reedy, steven.daprano, meowmeowmeowcat, russiavk
2021-08-13 23:09:49terry.reedysetmessageid: <1628896189.47.0.321022175704.issue44898@roundup.psfhosted.org>
2021-08-13 23:09:49terry.reedylinkissue44898 messages
2021-08-13 23:09:49terry.reedycreate