[issue5684] test_zipfile writes in its test directory

2010-01-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti keywords: +needs review priority: low -> normal stage: needs patch -> patch review versions: +Python 3.2 ___ Python tracker ___

[issue5684] test_zipfile writes in its test directory

2010-01-19 Thread Florent Xicluna
Florent Xicluna added the comment: Patch using the proposed context manager (#7712). -- keywords: +patch nosy: +flox Added file: http://bugs.python.org/file15952/issue5684_test_zipfile.diff ___ Python tracker _

[issue5684] test_zipfile writes in its test directory

2010-01-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- dependencies: +Add a context manager to change cwd in test.test_support ___ Python tracker ___ ___ Python-

[issue5684] test_zipfile writes in its test directory

2010-01-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch versions: -Python 3.0 ___ Python tracker ___ ___ Python-bugs-l

[issue5684] test_zipfile writes in its test directory

2009-04-04 Thread Tarek Ziadé
New submission from Tarek Ziadé : test_zipfile writes in its test directory, which can be a problem if this directory is read-only in some installations. -- messages: 85382 nosy: tarek priority: low severity: normal status: open title: test_zipfile writes in its test directory type: beha