]> granicus.if.org Git - python/commit
patches from Mark Hammond
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 2 May 2000 22:29:46 +0000 (22:29 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 2 May 2000 22:29:46 +0000 (22:29 +0000)
commit0a4f1ff64eeb50cdf0b81bd4cff5b2e1d159daa5
tree0092d57f50b2fd21d86e3496b81a924943d12978
parent7d64b48eafea227f61433d125315d7b40bf47682
patches from Mark Hammond

compile.py:
On Windows, use 'nul' instead of '/dev/null'.

test.py:
Use double-quotes for the command-line, as Windows doesnt recognise
singles.
Tools/compiler/compile.py