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 amaury.forgeotdarc
Recipients abakker, amaury.forgeotdarc, ezio.melotti, l0nwlf, orsenthil
Date 2010-02-12.18:11:35
SpamBayes Score 0.014244364
Marked as misclassified No
Message-id <1265998297.84.0.436230815532.issue7909@psf.upfronthosting.co.za>
In-reply-to
Content
nul is a special "dos device"
_getfullpathname() correctly returns \\.\nul, but normpath() then simplifies it to \\nul

I suggest that normpath() be changed to consider \\.\ as a special prefix, and keep it intact when it appears at the start of the path. See also
http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
History
Date User Action Args
2010-02-12 18:11:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, orsenthil, abakker, ezio.melotti, l0nwlf
2010-02-12 18:11:37amaury.forgeotdarcsetmessageid: <1265998297.84.0.436230815532.issue7909@psf.upfronthosting.co.za>
2010-02-12 18:11:36amaury.forgeotdarclinkissue7909 messages
2010-02-12 18:11:35amaury.forgeotdarccreate