]> granicus.if.org Git - python/commit
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for...
authorEric Smith <eric@trueblade.com>
Sat, 1 Sep 2007 10:56:01 +0000 (10:56 +0000)
committerEric Smith <eric@trueblade.com>
Sat, 1 Sep 2007 10:56:01 +0000 (10:56 +0000)
commit37f10386f1bedb992f3d9770b2f71b5edda2abbe
tree7c258bc40124636d938c6f7d61840c29fb7952cd
parenta95207ab3bce39b8278fc479d1d391365ffc7a7c
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects.
Lib/test/test_builtin.py
Lib/test/test_unicode.py
Objects/stringlib/formatter.h
Objects/stringlib/stringdefs.h
Objects/stringlib/unicodedefs.h
Python/bltinmodule.c