[Python-Dev] [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.

Benjamin Peterson benjamin at python.org
Sun May 6 02:04:29 CEST 2012


2012/5/5 larry.hastings <python-checkins at python.org>:
> http://hg.python.org/cpython/rev/bc6d28e726d8
> changeset:   76776:bc6d28e726d8
> user:        Larry Hastings <larry at hastings.org>
> date:        Sat May 05 16:54:29 2012 -0700
> summary:
>  Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
>
> files:
>  Doc/c-api/arg.rst         |   9 +++++++
>  Lib/test/test_getargs2.py |  31 +++++++++++++++++++++++++++
>  Modules/_testcapimodule.c |  10 ++++++++
>  Python/getargs.c          |  12 ++++++++++
>  4 files changed, 62 insertions(+), 0 deletions(-)

You forgot Misc/NEWS.



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list