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.

作者 ezio.melotti
收信人 amaury.forgeotdarc, brian.curtin, ezio.melotti, flox, saturn_mimas
日期 2010-01-14.04:57:57
SpamBayes Score 1.4421307e-08
Marked as misclassified
Message-id <1263445083.34.0.802959510404.issue3426@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-01-14 04:58:04ezio.melotti修改recipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas, brian.curtin, flox
2010-01-14 04:58:03ezio.melotti修改messageid: <1263445083.34.0.802959510404.issue3426@psf.upfronthosting.co.za>
2010-01-14 04:58:01ezio.melotti链接issue3426 messages
2010-01-14 04:58:00ezio.melotti创建