[issue16013] small csv reader bug

Serhiy Storchaka report at bugs.python.org
Mon Sep 24 22:27:13 CEST 2012


Serhiy Storchaka added the comment:

A shorter example:

>>> import csv
>>> list(csv.reader(['foo,"']))
[]

----------
nosy: +storchaka
type:  -> behavior
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16013>
_______________________________________


More information about the Python-bugs-list mailing list