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 michael.foord
Recipients loewis, michael.foord
Date 2009-08-22.22:48:39
SpamBayes Score 4.051759e-11
Marked as misclassified No
Message-id <1250981321.09.0.841385311093.issue6764@psf.upfronthosting.co.za>
In-reply-to
Content
Damn. :-)

Detecting the case where the normpath'd location is the same means
hitting the filesystem - and the current version just does string
manipulation so it doesn't seem like an acceptable change.

Still, compared to other languages the file handling in Python (spread
across os, os.path, shutil, stat) is clunky and verbose. Fixing that
means duplicating this functionality which makes it unlikely that we'll
get it in the standard library.
History
Date User Action Args
2009-08-22 22:48:41michael.foordsetrecipients: + michael.foord, loewis
2009-08-22 22:48:41michael.foordsetmessageid: <1250981321.09.0.841385311093.issue6764@psf.upfronthosting.co.za>
2009-08-22 22:48:40michael.foordlinkissue6764 messages
2009-08-22 22:48:39michael.foordcreate