summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-12-21 14:31:36 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-12-21 14:31:36 (GMT)
commitc90959947b1ec293622c1e92015e20540bc1e0c5 (patch)
tree0b76b8dc8077bdae6f9adba20e9f11a6c7d775ff /Misc
parentea6b4187cf78ce1ac260c1620b1d4c0fd069beba (diff)
downloadcpython-c90959947b1ec293622c1e92015e20540bc1e0c5.zip
cpython-c90959947b1ec293622c1e92015e20540bc1e0c5.tar.gz
cpython-c90959947b1ec293622c1e92015e20540bc1e0c5.tar.bz2
Docs and News update for Issue13620. Chrome support in webbrowser.py
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 82f9d86..c521497 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -419,6 +419,9 @@ Core and Builtins
Library
-------
+- Issue #13620: Support for Chrome browser in webbrowser.py Patch contributed
+ by Arnaud Calmettes.
+
- Issue #12708: Add starmap() and starmap_async() methods (similar to
itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack.