From: Guido van Rossum Date: Thu, 13 Oct 2016 18:25:17 +0000 (-0700) Subject: Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.6->3.7) X-Git-Tag: v3.7.0a1~2239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf418eabc0acb85bf370238a6d4faf0e2125d586;p=thirdparty%2FPython%2Fcpython.git Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.6->3.7) --- cf418eabc0acb85bf370238a6d4faf0e2125d586 diff --cc Misc/NEWS index ff8c8f293c59,016d3fb5f6b1..22b14fb31793 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -85,9 -103,6 +85,11 @@@ Core and Builtin Library ------- ++- Issue #24452: Make webbrowser support Chrome on Mac OS X. ++ +- Issue #20766: Fix references leaked by pdb in the handling of SIGINT + handlers. + - Issue #27998: Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun.