summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-09-24 10:36:01 (GMT)
committerGeorg Brandl <georg@python.org>2006-09-24 10:36:01 (GMT)
commit2c94bf7d410b151d6e7e38275c9dda871a5e8882 (patch)
treeceb95bfe89d2244797248bc9491327b8fa544d4f /Misc
parente042601251e74a1c5bac287c936daa076b1f9a80 (diff)
downloadcpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.zip
cpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.tar.gz
cpython-2c94bf7d410b151d6e7e38275c9dda871a5e8882.tar.bz2
Fix webbrowser.BackgroundBrowser on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7f1e75..891c785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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