]> granicus.if.org Git - python/commit
Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 28 May 2010 21:55:10 +0000 (21:55 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 28 May 2010 21:55:10 +0000 (21:55 +0000)
commit33109a142b1c94753b29eff6efe14c1538234bcb
treea2a96c036ea24fce8f68a796e4974ab0cb4c2554
parentc3acbc36d0aa52c021784d1c1324814a3ed61801
Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
used anymore and it was never documented.
Misc/NEWS
Python/getargs.c