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.
Created on 2009年04月04日 08:19 by tarek, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue5684_test_zipfile.diff | flox, 2010年01月19日 18:02 | Patch, apply to trunk | ||
| Messages (3) | |||
|---|---|---|---|
| msg85382 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2009年04月04日 08:19 | |
test_zipfile writes in its test directory, which can be a problem if this directory is read-only in some installations. |
|||
| msg98065 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年01月19日 18:02 | |
Patch using the proposed context manager (#7712). |
|||
| msg99581 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年02月19日 16:28 | |
Fixed with #7712. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | github: 49934 |
| 2010年02月19日 16:28:04 | flox | set | status: open -> closed superseder: Add a context manager to change cwd in test.test_support and run the test suite in a temp dir. messages: + msg99581 dependencies: - Add a context manager to change cwd in test.test_support and run the test suite in a temp dir. resolution: out of date stage: patch review -> resolved |
| 2010年01月19日 18:06:10 | ezio.melotti | set | priority: low -> normal assignee: ezio.melotti stage: needs patch -> patch review keywords: + needs review versions: + Python 3.2 |
| 2010年01月19日 18:02:49 | flox | set | files:
+ issue5684_test_zipfile.diff nosy: + flox messages: + msg98065 keywords: + patch |
| 2010年01月16日 05:43:03 | ezio.melotti | set | dependencies: + Add a context manager to change cwd in test.test_support and run the test suite in a temp dir. |
| 2010年01月15日 12:24:51 | ezio.melotti | set | nosy:
+ ezio.melotti versions: - Python 3.0 stage: needs patch |
| 2009年04月04日 08:19:49 | tarek | create | |