From: Guido van Rossum Date: Thu, 13 Oct 2016 18:22:52 +0000 (-0700) Subject: Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6) X-Git-Tag: v3.6.0b3~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ccdb5a4f1469284cd18693b7e828af5d8a4f737;p=python Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6) --- 2ccdb5a4f1469284cd18693b7e828af5d8a4f737 diff --cc Misc/NEWS index 667bff5eff,fd2030a039..016d3fb5f6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,32 -2,10 +2,34 @@@ Python News +++++++++++ -What's New in Python 3.5.3 release candidate 1? -=============================================== +What's New in Python 3.6.0 beta 3 +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + ++- Issue #24452: Make webbrowser support Chrome on Mac OS X. ++ +- Issue #20766: Fix references leaked by pdb in the handling of SIGINT + handlers. + +Build +----- + +- Issue #28208: Update Windows build to use SQLite 3.14.2.0. + +- Issue #28248: Update Windows build to use OpenSSL 1.0.2j. -Release date: TBA + +What's New in Python 3.6.0 beta 2 +================================= + +*Release date: 2016-10-10* Core and Builtins -----------------