diff options
author | Meador Inge <meadori@gmail.com> | 2011-12-03 18:13:42 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-12-03 18:13:42 (GMT) |
commit | 5295718399f8862e60b82fe711cfe9e006a4b9c0 (patch) | |
tree | 2b7b789debad9b76f177d45f64df360714eba421 /Misc | |
parent | 974d863fec8451560c7aa31f4751d99779cb4273 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |