]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 27 Mar 2016 19:39:41 +0000 (22:39 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 27 Mar 2016 19:39:41 +0000 (22:39 +0300)
If you pass -1, the callable can take any number of arguments.

Added tests to verify the behavior.

Initial patch by Cédric Krier.


Trivial merge