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 amaury.forgeotdarc, brian.curtin, ezio.melotti, flox, saturn_mimas
Date 2010-01-14.04:57:57
SpamBayes Score 1.4421307e-08
Marked as misclassified No
Message-id <1263445083.34.0.802959510404.issue3426@psf.upfronthosting.co.za>
In-reply-to
Content
I added the fix on ntpath and more tests. I also refactored the tests I added for posixpath.
I don't know what is the situation of os2emxpath and macpath and if they should be fixed too. The code for abspath is currently the same on all 4 the modules but I don't see any easy way to avoid the duplication and move it to genericpath because they call the module-dependent join and normpath.
History
Date User Action Args
2010-01-14 04:58:04ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas, brian.curtin, flox
2010-01-14 04:58:03ezio.melottisetmessageid: <1263445083.34.0.802959510404.issue3426@psf.upfronthosting.co.za>
2010-01-14 04:58:01ezio.melottilinkissue3426 messages
2010-01-14 04:58:00ezio.melotticreate