summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-01-20 04:24:55 (GMT)
committerMeador Inge <meadori@gmail.com>2012-01-20 04:24:55 (GMT)
commit2396c0a28fec1e810b5f92a6999c7d9de8538a81 (patch)
treee1464ad7b06c1cc909cb9896b5230eff683d4828 /Misc
parent2dd254d17a27ca6b7aea7ff2cd6883a6edf9d239 (diff)
parenta3443d985e84a052a45e93afa7759eb6776b7fb4 (diff)
downloadcpython-2396c0a28fec1e810b5f92a6999c7d9de8538a81.zip
cpython-2396c0a28fec1e810b5f92a6999c7d9de8538a81.tar.gz
cpython-2396c0a28fec1e810b5f92a6999c7d9de8538a81.tar.bz2
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22244a8..5ee8117 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2100,6 +2100,9 @@ C-API
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.