commit | 5295718399f8862e60b82fe711cfe9e006a4b9c0 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:13:42 2011 -0600 |
committer | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:13:42 2011 -0600 |
tree | 2b7b789debad9b76f177d45f64df360714eba421 | |
parent | 974d863fec8451560c7aa31f4751d99779cb4273 [diff] [blame] |
Issue #13513: IOBase docs incorrectly link to the readline module
diff --git a/Misc/NEWS b/Misc/NEWS index ef06960..4c45a85 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -430,6 +430,9 @@ 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.