From: Brett Cannon Date: Fri, 18 Nov 2016 18:28:10 +0000 (-0800) Subject: Issue #24452: add attribution X-Git-Tag: v3.7.0a1~1959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c633985d754d55f0635a2a5bf39e63ab50c5f91;p=thirdparty%2FPython%2Fcpython.git Issue #24452: add attribution --- diff --git a/Misc/NEWS b/Misc/NEWS index a88746242e88..4e78b08602c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -219,7 +219,8 @@ Library later. See `setuptools 100 `_ for rationale. -- Issue #24452: Make webbrowser support Chrome on Mac OS X. +- Issue #24452: Make webbrowser support Chrome on Mac OS X. Patch by + Ned Batchelder. - Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.