]> 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:16:50 +0000 (19:16 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 2004 19:16:50 +0000 (19:16 +0000)
commitbbca8da3ca5191d68c4cd8777b8ba8632c0cff44
tree1b9c3189c7ce099037135abc15d76e72a9cd0575
parentfa6c6f8a73c8da8242c2b4bfb5358733a5f1ef92
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.  Will backport.
Lib/trace.py