From: Meador Inge Date: Fri, 20 Jan 2012 04:24:55 +0000 (-0600) Subject: Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. X-Git-Tag: v3.3.0a1~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2396c0a28fec1e810b5f92a6999c7d9de8538a81;p=thirdparty%2FPython%2Fcpython.git Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. --- 2396c0a28fec1e810b5f92a6999c7d9de8538a81 diff --cc Misc/NEWS index 22244a8e76c0,53c258b4ad22..5ee81172ae74 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2100,14 -1342,6 +2100,17 @@@ C-AP Documentation ------------- ++- Issue #12949: Document the kwonlyargcount argument for the PyCode_New ++ C API function. ++ +- 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.