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 belopolsky
Recipients belopolsky, eljay451
Date 2008-03-16.17:00:29
SpamBayes Score 0.048303537
Marked as misclassified No
Message-id <1205686830.52.0.232393785333.issue2289@psf.upfronthosting.co.za>
In-reply-to
Content
This is a documented feature:

"""
normpath(path)

Normalize a pathname. ... It should be understood that this may change 
the meaning of the path if it contains symbolic links!
"""

See http://docs.python.org/lib/module-os.path.html .
History
Date User Action Args
2008-03-16 17:00:30belopolskysetspambayes_score: 0.0483035 -> 0.048303537
recipients: + belopolsky, eljay451
2008-03-16 17:00:30belopolskysetspambayes_score: 0.0483035 -> 0.0483035
messageid: <1205686830.52.0.232393785333.issue2289@psf.upfronthosting.co.za>
2008-03-16 17:00:29belopolskylinkissue2289 messages
2008-03-16 17:00:29belopolskycreate