]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix two small bugs: (1) on Windows, pathname munging didn't work
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 2004 19:17:08 +0000 (19:17 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 2004 19:17:08 +0000 (19:17 +0000)
commit4c4bb6b75e0fbe05b76c824d34f14a1b6b84e8bc
tree48db670cd4a94651fa385a0778ad61a6c5a873ab
parent66bc72c4bb95aba49a9a4da176974083998e83c8
Fix two small bugs: (1) on Windows, pathname munging didn't work
right; (2) write_results_file() didn't return a tuple of two ints when
it couldn't create the file.  Backport of 1.18.
Lib/trace.py