[docs] [issue20628] csv.DictReader

Roger Erens report at bugs.python.org
Sun Feb 16 22:37:19 CET 2014


Roger Erens added the comment:

I did not fully realize the meaning of it being a sequence as it is referred to a little later indeed. Which implies both a tuple and a list can be used, right? So then the patch might look like:

+   The *fieldnames* parameter is a list or tuple of keys used for the dict.

----------

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


More information about the docs mailing list