diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-12-21 14:31:36 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-12-21 14:31:36 (GMT) |
commit | c90959947b1ec293622c1e92015e20540bc1e0c5 (patch) | |
tree | 0b76b8dc8077bdae6f9adba20e9f11a6c7d775ff /Misc | |
parent | ea6b4187cf78ce1ac260c1620b1d4c0fd069beba (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |