summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-12-03 18:29:54 (GMT)
committerMeador Inge <meadori@gmail.com>2011-12-03 18:29:54 (GMT)
commit777bebb0efe025f2e050d08206ae336934387ad7 (patch)
treeda7a592b92cdc56552b3ceb15052c2ce64f3976d /Misc/NEWS
parentaa204dbe9c83302781f7b9d7df6db225b3661f9e (diff)
downloadcpython-777bebb0efe025f2e050d08206ae336934387ad7.zip
cpython-777bebb0efe025f2e050d08206ae336934387ad7.tar.gz
cpython-777bebb0efe025f2e050d08206ae336934387ad7.tar.bz2
Issue #13513: IOBase docs incorrectly link to the readline module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9700e9..c532464 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,6 +316,9 @@ Extension Modules
Documentation
-------------
+- Issue #13513: Fix io.IOBase documentation to correctly link to the
+ io.IOBase.readline method instead of the readline module.
+
- Issue #13237: Reorganise subprocess documentation to emphasise convenience
functions and the most commonly needed arguments to Popen.