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

2012年5月05日 17:06:21 -0700

2012年5月5日 larry.hastings <[email protected]>:
> http://hg.python.org/cpython/rev/bc6d28e726d8
> changeset:  76776:bc6d28e726d8
> user:    Larry Hastings <[email protected]>
> 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
[email protected]
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