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 itaisteinherz
Recipients Antony.Lee, eryksun, itaisteinherz, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-13.19:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647200985.22.0.399192916099.issue46785@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the comprehensive reply, Eryk!

I have a few questions regarding your suggestion:

1. Why catch ERROR_NOT_READY and ERROR_BAD_NET_NAME as well? How do you know that FindFirstFileW() may return them?
2. Why can't the filename of the "foo"-like file in the test be simply os_helper.TESTFN, as done in some other tests?
3. I noticed some code snippets used in tests are wrapped in a seemingly-redundant `if 1: ...` statement. Why is that?
History
Date User Action Args
2022-03-13 19:49:45itaisteinherzsetrecipients: + itaisteinherz, paul.moore, tim.golden, zach.ware, Antony.Lee, eryksun, steve.dower
2022-03-13 19:49:45itaisteinherzsetmessageid: <1647200985.22.0.399192916099.issue46785@roundup.psfhosted.org>
2022-03-13 19:49:45itaisteinherzlinkissue46785 messages
2022-03-13 19:49:45itaisteinherzcreate