summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-04 20:28:53 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-04 20:28:53 (GMT)
commitb3ca31f5f1ba51173d4b920ab5f423c63169d830 (patch)
tree3e11da0d983ef73b0ebbecb60959581a37c9828b /Misc
parent78c89eb0aceeeaf67f537b8f6df8a3640acf4151 (diff)
parent1ae28d2ff35caaa53aac34a064977c6c3997819f (diff)
downloadcpython-b3ca31f5f1ba51173d4b920ab5f423c63169d830.zip
cpython-b3ca31f5f1ba51173d4b920ab5f423c63169d830.tar.gz
cpython-b3ca31f5f1ba51173d4b920ab5f423c63169d830.tar.bz2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 00f19d0..e45d95c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1127,6 +1127,7 @@ Paul Prescod
Donovan Preston
Paul Price
Iuliia Proskurnia
+Dorian Pula
Jyrki Pulliainen
Steve Purcell
Eduardo PĂ©rez
diff --git a/Misc/NEWS b/Misc/NEWS
index b01c5e0..f78a9d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library
Documentation
-------------
+- Issue #20769: Improve reload() docs. Patch by Dorian Pula.
+
- Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
- Issue #24729: Correct IO tutorial to match implementation regarding