]> granicus.if.org Git - python/commit
Change Py_BuildValue to generate Unicode objects for
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 18 Jul 2007 02:28:27 +0000 (02:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 18 Jul 2007 02:28:27 +0000 (02:28 +0000)
commit10a60b3ec0cdf7eeac98258fc53a33b7026f8ff3
tree533e2a67c2c082cd9534c70293977f9245425188
parent6f2df4d5e193d54244b0c2de91ef0ab1604b9243
Change Py_BuildValue to generate Unicode objects for
's' and 'c' codes.
Change pickle to dump bytes objects using the 'S'
code, and to load the 'S' code as byte objects.
Change datetime and array to generate and expect
bytes objects in reduce/unreduce.
Lib/pickle.py
Lib/test/test_datetime.py
Modules/arraymodule.c
Modules/cPickle.c
Modules/datetimemodule.c
Objects/bytesobject.c
Objects/exceptions.c
Python/modsupport.c