Message97865
To simplify the tests that require a different CWD I wrote a context manager that allows to change the working directory. I used it on #3426 to test os.path.abspath() with ASCII and non-ASCII CWDs and realized that it can also be used to fix #5684 where a zipfile fails to extract the content of the archive in the CWD if it is read-only.
Patch attached. |
|
| Date |
User |
Action |
Args |
| 2010-01-16 05:42:32 | ezio.melotti | set | recipients:
+ ezio.melotti, flox |
| 2010-01-16 05:42:27 | ezio.melotti | set | messageid: <[email protected]> |
| 2010-01-16 05:42:24 | ezio.melotti | link | issue7712 messages |
| 2010-01-16 05:42:23 | ezio.melotti | create | |
|