summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-12-03 18:13:42 (GMT)
committerMeador Inge <meadori@gmail.com>2011-12-03 18:13:42 (GMT)
commit5295718399f8862e60b82fe711cfe9e006a4b9c0 (patch)
tree2b7b789debad9b76f177d45f64df360714eba421 /Misc
parent974d863fec8451560c7aa31f4751d99779cb4273 (diff)
downloadcpython-5295718399f8862e60b82fe711cfe9e006a4b9c0.zip
cpython-5295718399f8862e60b82fe711cfe9e006a4b9c0.tar.gz
cpython-5295718399f8862e60b82fe711cfe9e006a4b9c0.tar.bz2
Issue #13513: IOBase docs incorrectly link to the readline module
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef06960..4c45a85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -430,6 +430,9 @@ Tests
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.