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 hynek, o11c, pitrou, r.david.murray
Date 2012-06-26.20:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340741337.61.0.289069594029.issue15196@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, this is pretty bad behaviour, especially for realpath(). Both abspath() and normpath() should never be called before any symlinks are resolved.

Of course, fixing it as a bug means it could break existing code which relies on ".." fragments being folded.
History
Date User Action Args
2012-06-26 20:08:57pitrousetrecipients: + pitrou, r.david.murray, hynek, o11c
2012-06-26 20:08:57pitrousetmessageid: <1340741337.61.0.289069594029.issue15196@psf.upfronthosting.co.za>
2012-06-26 20:08:55pitroulinkissue15196 messages
2012-06-26 20:08:55pitroucreate