cpython: e4617650f006 (original) (raw)
Mercurial > cpython
changeset 76816:e4617650f006
Issue #14705: Added support for the new 'p' format unit to skipitem(). [#14705]
Larry Hastings larry@hastings.org | |
---|---|
date | Mon, 07 May 2012 02:44:50 -0700 |
parents | c9c2031cf16d |
children | 064c2d0483f8 |
files | Python/getargs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Python/getargs.c 1 |
line wrap: on
line diff
--- a/Python/getargs.c +++ b/Python/getargs.c @@ -1629,6 +1629,7 @@ skipitem(const char *p_format, va_list case 'D': / complex double / case 'c': / char / case 'C': / unicode char */