]> granicus.if.org Git - python/commitdiff
Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)
authorGuido van Rossum <guido@python.org>
Thu, 13 Oct 2016 18:22:52 +0000 (11:22 -0700)
committerGuido van Rossum <guido@python.org>
Thu, 13 Oct 2016 18:22:52 +0000 (11:22 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 667bff5eff09b7bebccef67d24bacec5201c5301,fd2030a03959ecc5b2ed467300670d2ea5f637ca..016d3fb5f6b11aebb0a7d774d7e0899e998c75a9
+++ 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
  -----------------