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
标题: test_zipfile writes in its test directory
类型: behavior Stage: resolved
Components: Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
状态: closed Resolution: out of date
Dependencies: 后续: Add a context manager to change cwd in test.test_support and run the test suite in a temp dir.
View: 7712
分配给: ezio.melotti 抄送列表: ezio.melotti, flox, tarek
优先级: normal 关键字: 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.

文件
文件名 上传时间 Description 编辑
issue5684_test_zipfile.diff flox, 2010-01-19 18:02 Patch, apply to trunk
Messages (3)
msg85382 - (view) Author: Tarek Ziadé (tarek) * (Python committer) 日期: 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) 日期: 2010-01-19 18:02
Patch using the proposed context manager (#7712).
msg99581 - (view) Author: Florent Xicluna (flox) * (Python committer) 日期: 2010-02-19 16:28
Fixed with #7712.
历史
日期 用户 动作 参数
2022-04-11 14:56:47admin修改github: 49934
2010-02-19 16:28:04flox修改状态: open -> closed
后续: Add a context manager to change cwd in test.test_support and run the test suite in a temp dir.
消息: + 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.melotti修改优先级: low -> normal
assignee: ezio.melotti
stage: needs patch -> patch review
keywords: + needs review
versions: + Python 3.2
2010-01-19 18:02:49flox修改文件: + issue5684_test_zipfile.diff

抄送: + flox
消息: + msg98065

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

stage: needs patch
2009-04-04 08:19:49tarek创建