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 pitrou
Recipients brian.curtin, mandel, pitrou, tim.golden
Date 2012-07-08.10:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341742198.3358.1.camel@localhost.localdomain>
In-reply-to <1341741537.6.0.462204428683.issue15286@psf.upfronthosting.co.za>
Content
> May I ask you why you mention the symbolic links? I know that if one
> of the segments of the path is a symbolic link there are problems but
> this is not related to \\?\ or am I confused? Just curious :)

No, it is not related with "\\?\" but I'm pointing out that normpath()
isn't very useful because of that. And Windows has symlink support
nowadays :-)

For the record, I'm trying to build a saner path-handling library at
http://pypi.python.org/pypi/pathlib/ . I hope to propose it for
inclusion in 3.4.
History
Date User Action Args
2012-07-08 10:11:19pitrousetrecipients: + pitrou, tim.golden, brian.curtin, mandel
2012-07-08 10:11:18pitroulinkissue15286 messages
2012-07-08 10:11:18pitroucreate