]> granicus.if.org Git - python/commit
SF patch# 1767398 by Adam Hupp.
authorGuido van Rossum <guido@python.org>
Mon, 6 Aug 2007 19:32:18 +0000 (19:32 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Aug 2007 19:32:18 +0000 (19:32 +0000)
commit4626458cc57b73dc01edf4987bbc3fe1d4437e59
tree4bfbbbeb5cae21f552709414a1a345fe5ecd544d
parentdd766d53a2feebf1eef3d27c7192d0adc38d2fdd
SF patch# 1767398 by Adam Hupp.
Fix csv to read/write bytes from/to binary files.
Fix the unit tests to test this and to use with TemporaryFile().
Lib/test/test_csv.py
Modules/_csv.c