projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1caab
)
Issue #24452: add attribution
author
Brett Cannon
<brett@python.org>
Fri, 18 Nov 2016 18:28:10 +0000
(10:28 -0800)
committer
Brett Cannon
<brett@python.org>
Fri, 18 Nov 2016 18:28:10 +0000
(10:28 -0800)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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.