Message 97752 - Python tracker (original) (raw)
Message97752
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:04 | ezio.melotti | set | recipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas, brian.curtin, flox |
2010-01-14 04:58:03 | ezio.melotti | set | messageid: 1263445083.34.0.802959510404.issue3426@psf.upfronthosting.co.za |
2010-01-14 04:58:01 | ezio.melotti | link | issue3426 messages |
2010-01-14 04:58:00 | ezio.melotti | create |