[docs] [issue29292] Missing a parameter in PyEval_EvalCodeEx doc

Ammar Askar report at bugs.python.org
Tue Jan 17 11:22:34 EST 2017


Ammar Askar added the comment:

It looks like a basic description of kwdefs was added as part of this commit: https://github.com/python/cpython/commit/7811a5d1c93f2aa0b357444eeb3f1ddc242ac57a

"keywords and defaults," however, the kwdefs argument was never added to the prototype.

I've attached a patch which adds the argument to the prototype and clarifies the language a little bit.

----------
keywords: +patch
nosy: +ammar2
Added file: http://bugs.python.org/file46318/kwdefs_docs.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29292>
_______________________________________


More information about the docs mailing list