summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-12-03 18:50:18 (GMT)
committerMeador Inge <meadori@gmail.com>2011-12-03 18:50:18 (GMT)
commit80c219b5e730e013d5c0aea2b5ab7ad8edce917c (patch)
tree5b510bedbdda03f61ce05e807b7f62046f9526d1 /Misc
parentfe0472e7de606d5de03684ec36f7a32628f1c72d (diff)
parent777bebb0efe025f2e050d08206ae336934387ad7 (diff)
downloadcpython-80c219b5e730e013d5c0aea2b5ab7ad8edce917c.zip
cpython-80c219b5e730e013d5c0aea2b5ab7ad8edce917c.tar.gz
cpython-80c219b5e730e013d5c0aea2b5ab7ad8edce917c.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 3f8e259..abb04e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1885,6 +1885,9 @@ C-API
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.