commit | 1826c48d94ce1ec37cf03c2c65bb89818ec4aef0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Apr 03 08:43:28 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Apr 03 08:43:28 2010 +0000 |
tree | 46337d278e20eb5cd5024b0153ce667fd1aa64e9 | |
parent | 80d8fd85a932ad6ec66922f41078965bd94bf645 [diff] |
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" ........