commit | 10a60b3ec0cdf7eeac98258fc53a33b7026f8ff3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jul 18 02:28:27 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jul 18 02:28:27 2007 +0000 |
tree | 533e2a67c2c082cd9534c70293977f9245425188 | |
parent | 6f2df4d5e193d54244b0c2de91ef0ab1604b9243 [diff] |
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.