
benjamin at python
May 5, 2012, 5:04 PM
Post #1 of 1
(78 views)
Permalink
|
|
Re: [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
|
|
2012/5/5 larry.hastings <python-checkins [at] python>: > http://hg.python.org/cpython/rev/bc6d28e726d8 > changeset: 76776:bc6d28e726d8 > user: Larry Hastings <larry [at] hastings> > 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 [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|