summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-11-18 18:28:10 (GMT)
committerBrett Cannon <brett@python.org>2016-11-18 18:28:10 (GMT)
commit0c633985d754d55f0635a2a5bf39e63ab50c5f91 (patch)
tree2b0305c06c0010fb6e8f44ecfe3281321cb0b8e6
parent3d1caab7b9db82453390d98b9b1bf7fbcb25cdd8 (diff)
downloadcpython-0c633985d754d55f0635a2a5bf39e63ab50c5f91.zip
cpython-0c633985d754d55f0635a2a5bf39e63ab50c5f91.tar.gz
cpython-0c633985d754d55f0635a2a5bf39e63ab50c5f91.tar.bz2
Issue #24452: add attribution
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a887462..4e78b08 100644
--- 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.