commit | 777bebb0efe025f2e050d08206ae336934387ad7 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:29:54 2011 -0600 |
committer | Meador Inge <meadori@gmail.com> | Sat Dec 03 12:29:54 2011 -0600 |
tree | da7a592b92cdc56552b3ceb15052c2ce64f3976d | |
parent | aa204dbe9c83302781f7b9d7df6db225b3661f9e [diff] [blame] |
Issue #13513: IOBase docs incorrectly link to the readline module
diff --git a/Misc/NEWS b/Misc/NEWS index b9700e9..c532464 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -316,6 +316,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.