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 larry
Recipients amaury.forgeotdarc, eric.smith, larry, mhammond, paul.moore
Date 2009-05-04.02:17:50
SpamBayes Score 2.6591903e-07
Marked as misclassified No
Message-id <1241403477.97.0.8994195086.issue5799@psf.upfronthosting.co.za>
In-reply-to
Content
I've generated a new patch, attached.  I don't know why you had trouble
applying.  I tested this one with a clean tree and "patch -p1 < ..." and
it applied cleanly.  If it fails again, how about I upload the three
modified files?

I removed the extraneous changes.  I claim that the changes that remain
in ntpath are salient to the UNC changes, but feel free to call me on it
if I got that wrong.  (Or make a new patch as you have graciously
volunteered to do.)

I also amended splitdrive's UNC handling slightly; it now rejects
UNC-like paths that start with three slashes or have two slashes between
the host and mount point.  Thus neither "///computer/mountpoint/x" nor
"//computer//mountpoint/x" will be parsed as UNC paths.
History
Date User Action Args
2009-05-04 02:17:58larrysetrecipients: + larry, mhammond, paul.moore, amaury.forgeotdarc, eric.smith
2009-05-04 02:17:57larrysetmessageid: <1241403477.97.0.8994195086.issue5799@psf.upfronthosting.co.za>
2009-05-04 02:17:55larrylinkissue5799 messages
2009-05-04 02:17:54larrycreate