summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-04 20:20:53 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-04 20:20:53 (GMT)
commit1ae28d2ff35caaa53aac34a064977c6c3997819f (patch)
tree2ee5aa0d10c7fcecdbddd9df915b5d4cf9b1aa23 /Misc/NEWS
parent2a8911c0b7176aec2791460c9beac2bf22daa725 (diff)
downloadcpython-1ae28d2ff35caaa53aac34a064977c6c3997819f.zip
cpython-1ae28d2ff35caaa53aac34a064977c6c3997819f.tar.gz
cpython-1ae28d2ff35caaa53aac34a064977c6c3997819f.tar.bz2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 822184b..e6a5399 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,8 @@ C API
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