2012/5/5 larry.hastings <python-check...@python.org>:
> http://hg.python.org/cpython/rev/bc6d28e726d8
> changeset:   76776:bc6d28e726d8
> user:        Larry Hastings <la...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to