]> granicus.if.org Git - python/commit
Hack the Windows code to use os.popen().
authorGuido van Rossum <guido@python.org>
Sun, 3 Sep 2000 17:12:50 +0000 (17:12 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 3 Sep 2000 17:12:50 +0000 (17:12 +0000)
commit1d62f492b0dd336db16f2893671695544136b7b5
tree58aa435a92eefb073ccbc104be34122d20ab0f36
parentac1c818f13a3972bf4bd0558c32493d661f397b5
Hack the Windows code to use os.popen().
The returned file is assigned to an instance variable;
otherwise the implied close hangs for a long time.
Lib/webbrowser.py