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 jaraco
Recipients amaury.forgeotdarc, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-10-29.00:59:02
SpamBayes Score 4.9665734e-05
Marked as misclassified No
Message-id <1256777954.67.0.784516467694.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
This patch (15) implements ntpath.samefile, which corrects the
regression in test_shutil.

By my tests, this corrects all regressions caused by this patch except
for those in test_posixpath.py previously mentioned. I believe these
failing tests are due to the fact that posixpath tests are inappropriate
on the Windows platform.

I propose we integrate this patch so it can have time to get feedback
from the community.
History
Date User Action Args
2009-10-29 00:59:15jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-10-29 00:59:14jaracosetmessageid: <1256777954.67.0.784516467694.issue1578269@psf.upfronthosting.co.za>
2009-10-29 00:59:13jaracolinkissue1578269 messages
2009-10-29 00:59:12jaracocreate