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 eryksun
Recipients CrouZ, eryksun, miss-islington, nw0, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-22.20:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619123444.88.0.871167645589.issue38822@roundup.psfhosted.org>
In-reply-to
Content
Steve, your PR checks `filename[n] == L':'`. I think it should check for a drive name, i.e. `n == 1 && filename[1] == L':'`. For example, the VirtualBox shared-folder filesystem allows creating and accessing filenames that contain and end with colons (e.g. "spam:" or even "./X:"), and such names can be queried with FindFirstFileW(). As long as a filename can be queried, I think it should be supported by attributes_from_dir().
History
Date User Action Args
2021-04-22 20:30:44eryksunsetrecipients: + eryksun, paul.moore, tim.golden, CrouZ, zach.ware, steve.dower, miss-islington, nw0
2021-04-22 20:30:44eryksunsetmessageid: <1619123444.88.0.871167645589.issue38822@roundup.psfhosted.org>
2021-04-22 20:30:44eryksunlinkissue38822 messages
2021-04-22 20:30:44eryksuncreate