From: Meador Inge Date: Sat, 3 Dec 2011 18:50:18 +0000 (-0600) Subject: Issue #13513: IOBase docs incorrectly link to the readline module X-Git-Tag: v3.3.0a1~691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80c219b5e730e013d5c0aea2b5ab7ad8edce917c;p=python Issue #13513: IOBase docs incorrectly link to the readline module --- 80c219b5e730e013d5c0aea2b5ab7ad8edce917c diff --cc Misc/NEWS index 3f8e2591d3,c5324644d4..abb04e42d6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1885,11 -1234,6 +1885,14 @@@ C-AP 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. + +- Issue #13141: Demonstrate recommended style for socketserver examples. + - Issue #11818: Fix tempfile examples for Python 3.