]> granicus.if.org Git - python/commit
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
authorLarry Hastings <larry@hastings.org>
Sun, 19 Jan 2014 07:50:21 +0000 (23:50 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 19 Jan 2014 07:50:21 +0000 (23:50 -0800)
commitb7ccb204236dca49f3d8d119aa84631f519add09
tree18699632f81936d27c4a4edd1d5346804f5fb466
parentb470575e2492349584d9afa2a9d581b58ee92c38
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
__init__ functions.
Doc/howto/clinic.rst
Include/modsupport.h
Misc/NEWS
Modules/_pickle.c
Python/getargs.c
Tools/clinic/clinic.py