Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins
cpython (merge 3.2 -> default): Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
 

Index | Next | Previous | View Flat


python-checkins at python

May 8, 2012, 3:54 AM


Views: 30
Permalink
cpython (merge 3.2 -> default): Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().

http://hg.python.org/cpython/rev/b32baa5b7626
changeset: 76835:b32baa5b7626
parent: 76833:d533663caee8
parent: 76834:91612618985b
user: Larry Hastings <larry [at] hastings>
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

Subject User Time
cpython (merge 3.2 -> default): Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem(). python-checkins at python May 8, 2012, 3:54 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.