]> granicus.if.org Git - python/commit
Attempt to deal with some obvious errors in the code. These were all
authorFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 14:27:00 +0000 (14:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 14:27:00 +0000 (14:27 +0000)
commit7c852f33a2b095503c9b745a0798d5c9deee6982
tree020416f379701e95b01bd604669abf7f0541b049
parent376e636f186e22ad479f35da4b973114d11ff2d9
Attempt to deal with some obvious errors in the code.  These were all
due to using a single module-level namespace where multiple namespaces
were used before.

There *really* need to be tests for the sniffer stuff.  This could
have been avoided.

Skip, please review, and add sniffer tests!
Lib/csv.py