Message 97676 - Python tracker (original) (raw)

Message97676

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:42 ezio.melotti set recipients: + ezio.melotti, amaury.forgeotdarc, saturn_mimas
2010-01-13 00:52:42 ezio.melotti set messageid: 1263343962.02.0.503931754247.issue3426@psf.upfronthosting.co.za
2010-01-13 00:52:40 ezio.melotti link issue3426 messages
2010-01-13 00:52:40 ezio.melotti create