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 spiv
Recipients
Date 2001-11-13.05:43:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Windows reserves many possible filenames as reserved 
device names.

Examples are prn.xxx, con.xxx, com1.xxx aux.xxx, etc, 
where xxx can be any extension.  Attempts to 
create/read/write to these files can hang the 
interpreter, but ideally would just throw an OSError.

A partial list of device names is mentioned at:
http://cert.uni-
stuttgart.de/archive/bugtraq/2001/07/msg00086.html
History
Date User Action Args
2007-08-23 16:01:42adminlinkissue481171 messages
2007-08-23 16:01:42admincreate