]> granicus.if.org Git - python/commit
Two minor Argument Clinic bugfixes: use the name of the class in the
authorLarry Hastings <larry@hastings.org>
Wed, 22 Jan 2014 11:05:49 +0000 (03:05 -0800)
committerLarry Hastings <larry@hastings.org>
Wed, 22 Jan 2014 11:05:49 +0000 (03:05 -0800)
commit462582651c92dad3d0e50810075d53d4a04e2466
tree8306867e6d7c27d4fda979bde24aef0869015abd
parent071baa63c4ea3a54a54d90b173dd777e08895976
Two minor Argument Clinic bugfixes: use the name of the class in the
docstring for __new__ and __init__, and always use "goto exit" instead of
returning "NULL" for failure to parse (as _new__ and __init__ return ints).
Modules/_cursesmodule.c
Modules/_dbmmodule.c
Modules/_opcode.c
Modules/_pickle.c
Modules/zlibmodule.c
Tools/clinic/clinic.py