commit | b6a04d687da3803b7ed7434141a8d820d181f2a0 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 23 21:37:56 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 23 21:37:56 2004 +0000 |
tree | 941bbe24824595a8805ad548140d3e43810f7082 | |
parent | 31bd529f5307f65702dbe2a0accbb5532b188a5c [diff] |
debug_script(): I changed this in haste before to take out the use of NamedTemporaryFile (which can't work for this function's purposes on Windows). Leaving temp files behind wasn't a great idea either, though, so try to clean up. At least the test suite no longer leaves any of these guys behind now.