commit | 2c94bf7d410b151d6e7e38275c9dda871a5e8882 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 24 10:36:01 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Sep 24 10:36:01 2006 +0000 |
tree | ceb95bfe89d2244797248bc9491327b8fa544d4f | |
parent | e042601251e74a1c5bac287c936daa076b1f9a80 [diff] |
Fix webbrowser.BackgroundBrowser on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index d7f1e75..891c785 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -52,6 +52,9 @@ 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