commit | c4e58afa6bb37aec33364cb0aaed036134369a55 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 28 21:55:42 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 28 21:55:42 2010 +0000 |
tree | a136abd42ce2dbd906aa26d0d9e8d15dd8d2f963 | |
parent | f347c67c9f0fd178282ab9b697e9cbbb8ea71c75 [diff] |
Blocked revisions 81588 via svnmerge ........ r81588 | victor.stinner | 2010-05-28 23:55:10 +0200 (ven., 28 mai 2010) | 3 lines Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no used anymore and it was never documented. ........