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 steve.dower
Recipients eric.smith, neonene, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-01-13.23:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642116831.81.0.0568608609695.issue46362@roundup.psfhosted.org>
In-reply-to
Content
One thing to be aware of is that Windows 11 has changed the rules around these files, so here's my results with 3.10:

>>> for path in paths:
...     print(os.path.abspath(path))
...
C:\CON
C:\PRN
C:\AUX
\\.\NUL
C:\COM1
C:\COM2
C:\COM3
C:\COM9
C:\LPT1
C:\LPT2
C:\LPT3
C:\LPT9
C:\foo

But this shouldn't be an issue with the proposed (about to be merged) change.
History
Date User Action Args
2022-01-13 23:33:51steve.dowersetrecipients: + steve.dower, paul.moore, eric.smith, tim.golden, zach.ware, neonene
2022-01-13 23:33:51steve.dowersetmessageid: <1642116831.81.0.0568608609695.issue46362@roundup.psfhosted.org>
2022-01-13 23:33:51steve.dowerlinkissue46362 messages
2022-01-13 23:33:51steve.dowercreate