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: Fix for bug 1017546
Type: Stage:
Components: Tests Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: jlgijsbers, ms_
Priority: normal Keywords: patch

Created on 2004-08-27 12:26 by ms_, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_inspect.1017546.patch ms_, 2004-08-27 12:26 Minimal patch to resolve Bug #1017546
Messages (3)
msg46796 - (view) Author: Michael (ms_) Date: 2004-08-27 12:26
Attached patch is against current Anon CVS - this patch ensures 
that if any tests fail any files that require cleaning up are cleaned 
up. 
 
It's a minimal touch patch rather than anything else. 
 
msg46797 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-08-28 12:14
Logged In: YES 
user_id=469548

Note that I've ported test_inspect to unittest a few days
ago. It's currently waiting for review at
http://python.org/sf/736962. I think it fixes bug 1017546 as
well, but it would be nice if you could take a look at it.
msg46798 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-09 01:40
Logged In: YES 
user_id=469548

The new test_inspect no longer writes temporary files, so
I'm closing this patch.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40834
2004-08-27 12:26:14ms_create