]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change %c format specifier for PyArg_ParseTuple() so that it accepts
authorWalter Dörwald <walter@livinglogic.de>
Wed, 20 Jun 2007 11:02:38 +0000 (11:02 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 20 Jun 2007 11:02:38 +0000 (11:02 +0000)
commitbc1f886170286291ad270d1935bd61151e398110
treeeb5ef3a5949160a92703699ecf2b326d5ea6628b
parent32a4c7141911c58f01afe7b89482dbd4ce4f817f
Change %c format specifier for PyArg_ParseTuple() so that it accepts
a unicode character (an int * must be passed as the argument).

Change %c format specifier for Py_BuildValue() so that it outputs
a unicode object.

Fix datetime.datetime.isoformat(), so that it works if sep is
a unicode character > U+00FF.
Lib/test/test_datetime.py
Modules/datetimemodule.c
Python/getargs.c
Python/modsupport.c