diff options
author | Georg Brandl <georg@python.org> | 2006-09-24 10:36:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-24 10:36:01 (GMT) |
commit | 2c94bf7d410b151d6e7e38275c9dda871a5e8882 (patch) | |
tree | ceb95bfe89d2244797248bc9491327b8fa544d4f /Misc | |
parent | e042601251e74a1c5bac287c936daa076b1f9a80 (diff) | |
download | cpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.zip cpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.tar.gz cpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.tar.bz2 |
Fix webbrowser.BackgroundBrowser on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ Core and builtins Library ------- +- Make webbrowser.BackgroundBrowser usable in Windows (it wasn't because + the close_fds arg to subprocess.Popen is not supported). + - Reverted patch #1504333 to sgmllib because it introduced an infinite loop. - Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE |