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 borisompol, martin.panter, steve.dower, tim.golden, zach.ware
Date 2015-05-14.22:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431642154.36.0.640207853642.issue24196@psf.upfronthosting.co.za>
In-reply-to
Content
It's a name reserved by Windows - see https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247.aspx#file_and_directory_names

If you have a full (and 100% resolved) path, you can prefix it with \\?\ (plus escaping) to access a file by that name, but I wouldn't recommend it as you'll probably break Explorer.

In any case, this is an OS limitation and not a Python issue.
History
Date User Action Args
2015-05-14 22:22:34steve.dowersetrecipients: + steve.dower, tim.golden, martin.panter, zach.ware, borisompol
2015-05-14 22:22:34steve.dowersetmessageid: <1431642154.36.0.640207853642.issue24196@psf.upfronthosting.co.za>
2015-05-14 22:22:34steve.dowerlinkissue24196 messages
2015-05-14 22:22:34steve.dowercreate