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 srid
Recipients srid
Date 2009-07-31.00:16:44
SpamBayes Score 0.0036260635
Marked as misclassified No
Message-id <1248999405.74.0.0812985707934.issue6609@psf.upfronthosting.co.za>
In-reply-to
Content
Shortly following this exception, I tried to create the directory myself

  C:\...> mkdir slut-0.9\aux
  The directory name is invalid.

Curiously, I searched the internet for why a directory named 'aux' 
cannot be created anywhere on the Windows filesystem. The reason - this 
is a 'special' name: http://www.blindedbytech.com/2006/11/16/forbidden-
file-and-folder-names-on-windows/

However, does this mean one can never create a directory named by these 
special names? Apparently .. that is what I think is the case. I cannot 
even create a folder named 'aux' using Windows explorer!
History
Date User Action Args
2009-07-31 00:16:45sridsetrecipients: + srid
2009-07-31 00:16:45sridsetmessageid: <1248999405.74.0.0812985707934.issue6609@psf.upfronthosting.co.za>
2009-07-31 00:16:44sridlinkissue6609 messages
2009-07-31 00:16:44sridcreate