commit | 80c219b5e730e013d5c0aea2b5ab7ad8edce917c | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:50:18 2011 -0600 |
committer | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:50:18 2011 -0600 |
tree | 5b510bedbdda03f61ce05e807b7f62046f9526d1 | |
parent | fe0472e7de606d5de03684ec36f7a32628f1c72d [diff] [blame] | |
parent | 777bebb0efe025f2e050d08206ae336934387ad7 [diff] [blame] |
Issue #13513: IOBase docs incorrectly link to the readline module
diff --git a/Misc/NEWS b/Misc/NEWS index 3f8e259..abb04e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1885,6 +1885,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.