| commit | c90959947b1ec293622c1e92015e20540bc1e0c5 | [log] [tgz] |
|---|---|---|
| author | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 21 22:31:36 2011 +0800 |
| committer | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 21 22:31:36 2011 +0800 |
| tree | 0b76b8dc8077bdae6f9adba20e9f11a6c7d775ff | |
| parent | ea6b4187cf78ce1ac260c1620b1d4c0fd069beba [diff] [blame] |
Docs and News update for Issue13620. Chrome support in webbrowser.py
diff --git a/Misc/NEWS b/Misc/NEWS index 82f9d86..c521497 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -419,6 +419,9 @@ 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.