]> granicus.if.org Git - python/commit
Issue #19730: Argument Clinic now supports all the existing PyArg
authorLarry Hastings <larry@hastings.org>
Sat, 23 Nov 2013 22:54:00 +0000 (14:54 -0800)
committerLarry Hastings <larry@hastings.org>
Sat, 23 Nov 2013 22:54:00 +0000 (14:54 -0800)
commitebdcb50b8a0d37af4acd7d2387eae8ff2b5f0b9b
tree37c439db53352c588bac7c9fb5b05457ce52fa3e
parent3a9079742f2d71e6968823e155f3778473113538
Issue #19730: Argument Clinic now supports all the existing PyArg
"format units" as legacy converters, as well as two new features:
"self converters" and the "version" directive.
Include/pyport.h
Misc/NEWS
Modules/_datetimemodule.c
Modules/_dbmmodule.c
Modules/_weakref.c
Modules/posixmodule.c
Modules/zlibmodule.c
Objects/unicodeobject.c
Tools/clinic/clinic.py