[Python-Dev] [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. (original) (raw)
Benjamin Peterson benjamin at python.org
Sun May 6 02:04:29 CEST 2012
- Previous message: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
- Next message: [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 PyArgParseTuple* for bool support.
files: Doc/c-api/arg.rst | 9 +++++++ Lib/test/testgetargs2.py | 31 +++++++++++++++++++++++++++ Modules/testcapimodule.c | 10 ++++++++ Python/getargs.c | 12 ++++++++++ 4 files changed, 62 insertions(+), 0 deletions(-)
You forgot Misc/NEWS.
-- Regards, Benjamin
- Previous message: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
- Next message: [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]