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, ezio.melotti, saturn_mimas
Date 2010-01-13.00:52:39
SpamBayes Score 1.0616395e-06
Marked as misclassified No
Message-id <1263343962.02.0.503931754247.issue3426@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-13 00:52:42ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas
2010-01-13 00:52:42ezio.melottisetmessageid: <1263343962.02.0.503931754247.issue3426@psf.upfronthosting.co.za>
2010-01-13 00:52:40ezio.melottilinkissue3426 messages
2010-01-13 00:52:40ezio.melotticreate