commit | a3443d985e84a052a45e93afa7759eb6776b7fb4 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 19 22:06:31 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 19 22:06:31 2012 -0600 |
tree | f8be31e7e7578a1ab6a49298e01dec45f8158e56 | |
parent | da8e11ac716b9ef0a9e6aed3f9bafe80ed625b2b [diff] [blame] |
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
diff --git a/Misc/NEWS b/Misc/NEWS index ed6c1e0..53c258b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,9 @@ Documentation ------------- +- Issue #12949: Document the kwonlyargcount argument for the PyCode_New + C API function. + - Issue #2134: The tokenize documentation has been clarified to explain why all operator and delimiter tokens are treated as token.OP tokens.