From: Victor Stinner Date: Sat, 3 Apr 2010 08:43:28 +0000 (+0000) Subject: Blocked revisions 79654 via svnmerge X-Git-Tag: v3.2a1~1264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1826c48d94ce1ec37cf03c2c65bb89818ec4aef0;p=python Blocked revisions 79654 via svnmerge ........ r79654 | victor.stinner | 2010-04-03 10:40:16 +0200 (sam., 03 avril 2010) | 5 lines Issue #8227: Fix C API documentation, argument parsing * 'z', 'z#', 'z*' does also accept Unicode * unify types name: replace "string or Unicode objet" by "string or Unicode" ........ ---