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, ezio.melotti, saturn_mimas
日期 2010-01-13.00:52:39
SpamBayes Score 1.0616395e-06
Marked as misclassified
Message-id <1263343962.02.0.503931754247.issue3426@psf.upfronthosting.co.za>
In-reply-to
内容
Here is a patch that uses os.getcwdu() instead of os.getcwd() when the arg of abspath is unicode (with tests).

It also include an helper context manager in test_support used to create temp dirs and set them as cwd (this will be committed separately) and two helper methods (assertUnicode and assertStr) that will probably be useful when I (or someone else) will add more tests with unicode strings for the other functions.
历史
日期 用户 动作 参数
2010-01-13 00:52:42ezio.melotti修改recipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas
2010-01-13 00:52:42ezio.melotti修改messageid: <1263343962.02.0.503931754247.issue3426@psf.upfronthosting.co.za>
2010-01-13 00:52:40ezio.melotti链接issue3426 messages
2010-01-13 00:52:40ezio.melotti创建