Message97676
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. |
|
| 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: <[email protected]> |
| 2010-01-13 00:52:40 | ezio.melotti | link | issue3426 messages |
| 2010-01-13 00:52:40 | ezio.melotti | create | |
|