summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 19:02:54 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 19:02:54 (GMT)
commitfa089b9b0b926c04e5d57812b7d7653472787965 (patch)
tree8dc5960aa04533868f942b0e325df1048ef05999 /Misc
parentc92bf83a829956e683a3d6bb1ae65aed74d7b92a (diff)
downloadcpython-fa089b9b0b926c04e5d57812b7d7653472787965.zip
cpython-fa089b9b0b926c04e5d57812b7d7653472787965.tar.gz
cpython-fa089b9b0b926c04e5d57812b7d7653472787965.tar.bz2
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 262c647..001373b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -824,6 +824,7 @@ Soren Larsen
Amos Latteier
Piers Lauder
Ben Laurie
+Yoni Lavi
Simon Law
Julia Lawall
Chris Lawrence
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ed87ac..f59ed1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1139,6 +1139,9 @@ IDLE
Documentation
-------------
+- Issue #22558: Add remaining doc links to source code for Python-coded modules.
+ Patch by Yoni Lavi.
+
- Issue #12067: Rewrite Comparisons section in the Expressions chapter of the
language reference. Some of the details of comparing mixed types were
incorrect or ambiguous. NotImplemented is only relevant at a lower level