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 ezio.melotti
Recipients docs@python, ezio.melotti, gsingh, loewis, pitrou, terry.reedy
Date 2013-03-16.05:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363410251.99.0.121847421953.issue17415@psf.upfronthosting.co.za>
In-reply-to
Content
Your suggestion -- assuming it's accurate -- looks good to me, however I would get rid of the exclamation mark and move the link to normcase at the end:
"""
Normalize a pathname by collapsing redundant separators and up-level references so that A//B, A/B/, A/./B and A/foo/../B all become A/B. This collapsing may change the meaning of the path if it contains symbolic links.  On Windows, normpath also converts forward slashes to backward slashes.  normpath doesn't normalize the case -- use normcase for that.
"""
History
Date User Action Args
2013-03-16 05:04:12ezio.melottisetrecipients: + ezio.melotti, loewis, terry.reedy, pitrou, docs@python, gsingh
2013-03-16 05:04:11ezio.melottisetmessageid: <1363410251.99.0.121847421953.issue17415@psf.upfronthosting.co.za>
2013-03-16 05:04:11ezio.melottilinkissue17415 messages
2013-03-16 05:04:11ezio.melotticreate