summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 44cbd4c72e..bfdd1079f5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -831,6 +831,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 d05a6a29c5..6fb7427cef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,6 +207,12 @@ IDLE
- Issue #23977: Add more asserts to test_delegator.
+Documentation
+-------------
+
+- Issue #22558: Add remaining doc links to source code for Python-coded modules.
+ Patch by Yoni Lavi.
+
Tests
-----