[Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().

larry.hastings python-checkins at python.org
Tue May 8 12:54:20 CEST 2012


http://hg.python.org/cpython/rev/b32baa5b7626
changeset: 76835:b32baa5b7626
parent: 76833:d533663caee8
parent: 76834:91612618985b
user: Larry Hastings <larry at hastings.org>
date: Tue May 08 03:54:05 2012 -0700
summary:
 Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
files:
 Python/getargs.c | 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Python/getargs.c b/Python/getargs.c
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1657,6 +1657,7 @@
 case 'z': /* string or None */
 case 'y': /* bytes */
 case 'u': /* unicode string */
+ case 'Z': /* unicode string or None */
 case 'w': /* buffer, read-write */
 {
 (void) va_arg(*p_va, char **);
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /