]> granicus.if.org Git - python/commit
Migrate the _csv module to the new unicode APIs
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 02:26:55 +0000 (04:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 02:26:55 +0000 (04:26 +0200)
commit77ea6409ef95932ce19d48e08b1eb29a65c82ecf
tree0a1b13f27fdfcd22f9b98291e3109605d89e4026
parent0959554b39912e428d22f3b7dcb455862c60bced
Migrate the _csv module to the new unicode APIs
(except for a Py_UNICODE_strchr() call)
Modules/_csv.c