Fix webbrowser.BackgroundBrowser on Windows.
(backport from rev. 51991)
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a539db..b6087a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,12 +14,21 @@
- Allow exception instances to be directly sliced again.
+
Extension Modules
-----------------
- Fix itertools.count(n) to work with negative numbers again.
+Library
+-------
+
+- Make webbrowser.BackgroundBrowser usable in Windows (it wasn't because
+ the close_fds arg to subprocess.Popen is not supported).
+
+
+
What's New in Python 2.5 (final)
================================
@@ -27,6 +36,7 @@
No changes since release candidate 2.
+
What's New in Python 2.5 release candidate 2?
=============================================