Issue #24452: add attribution
authorBrett Cannon <brett@python.org>
Fri, 18 Nov 2016 18:28:10 +0000 (10:28 -0800)
committerBrett Cannon <brett@python.org>
Fri, 18 Nov 2016 18:28:10 +0000 (10:28 -0800)
Misc/NEWS

index a88746242e888d6d18a24e5f3272d43414bb008f..4e78b08602c206f626c088d2154812c054300c8c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -219,7 +219,8 @@ Library
   later. See `setuptools 100
   <https://github.com/pypa/setuptools/issues/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.