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.

classification
Title: test_zipfile writes in its test directory
Type: behavior Stage: resolved
Components: Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder: Add a context manager to change cwd in test.test_support and run the test suite in a temp dir.
View: 7712
Assigned To: ezio.melotti Nosy List: ezio.melotti, flox, tarek
Priority: normal Keywords: needs review, patch

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:47adminsetgithub: 49934
2010-02-19 16:28:04floxsetstatus: 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:10ezio.melottisetpriority: low -> normal
assignee: ezio.melotti
stage: needs patch -> patch review
keywords: + needs review
versions: + Python 3.2
2010-01-19 18:02:49floxsetfiles: + issue5684_test_zipfile.diff

nosy: + flox
messages: + msg98065

keywords: + patch
2010-01-16 05:43:03ezio.melottisetdependencies: + 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:51ezio.melottisetnosy: + ezio.melotti
versions: - Python 3.0

stage: needs patch
2009-04-04 08:19:49tarekcreate