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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, jaraco, rhettinger
Date 2010-08-16.18:58:21
SpamBayes Score 1.0942774e-06
Marked as misclassified No
Message-id <1281985103.48.0.160398770989.issue9445@psf.upfronthosting.co.za>
In-reply-to
Content
I committed the code you speak of (posix__getfinalpathname in Modules/posixmodule.c), but I don't know if I have a great answer for that question. It looks like VOLUME_NAME_NT (path with volume device path) should just be changed to VOLUME_NAME_DOS (path with drive letter). In fact, I think it would be more "accurate" since NT yields with a larger path, thus we over-allocate up front before we go on and use DOS and then trim the target path down.

Jason (author of that function, added as nosy) might have some other input as to why he used VOLUME_NAME_NT there.
History
Date User Action Args
2010-08-16 18:58:23brian.curtinsetrecipients: + brian.curtin, rhettinger, amaury.forgeotdarc, jaraco
2010-08-16 18:58:23brian.curtinsetmessageid: <1281985103.48.0.160398770989.issue9445@psf.upfronthosting.co.za>
2010-08-16 18:58:21brian.curtinlinkissue9445 messages
2010-08-16 18:58:21brian.curtincreate