]> granicus.if.org Git - python/commit
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Jun 2010 00:02:38 +0000 (00:02 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Jun 2010 00:02:38 +0000 (00:02 +0000)
commit25e8ec47244b405083b5fe7b353560666cabff44
tree2412de21beab51e376834501ddf8beb866b40df9
parent21e09487ac9d4365819ae4de31319ae3df9a8b17
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
"w*" format instead. Add tests for "w*" format.
Doc/c-api/arg.rst
Doc/whatsnew/3.2.rst
Lib/test/test_getargs2.py
Misc/NEWS
Modules/_testcapimodule.c
Python/getargs.c