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 amaury.forgeotdarc, facundobatista, gergan, sdeibel
Date 2009-07-07.14:54:27
SpamBayes Score 2.1750395e-05
Marked as misclassified No
Message-id <1246978470.43.0.125390879807.issue665336@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, os.path.normpath(r"\\x\y\z") must return the string
unchanged, because this is the syntax for UNC paths:
    \\server\share\file.txt

Closing as invalid.
History
Date User Action Args
2009-07-07 14:54:30amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, facundobatista, sdeibel, gergan
2009-07-07 14:54:30amaury.forgeotdarcsetmessageid: <1246978470.43.0.125390879807.issue665336@psf.upfronthosting.co.za>
2009-07-07 14:54:27amaury.forgeotdarclinkissue665336 messages
2009-07-07 14:54:27amaury.forgeotdarccreate