summaryrefslogtreecommitdiffstats
path: root/Lib/heapq.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-10-03 14:03:01 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-10-03 14:03:01 (GMT)
commitdffeed3ffa745d79a4a44a03c31895f6a63a5a79 (patch)
tree5050d559aaf33b03e6428654f25c8d1f1a74a9cc /Lib/heapq.py
parent3bbd6543a0c27fbeb1c1820d482dd6b89ebafaa7 (diff)
downloadcpython-dffeed3ffa745d79a4a44a03c31895f6a63a5a79.zip
cpython-dffeed3ffa745d79a4a44a03c31895f6a63a5a79.tar.gz
cpython-dffeed3ffa745d79a4a44a03c31895f6a63a5a79.tar.bz2
Make the fieldnames argument optional in the DictReader. If self.fieldnames
is None, the next row read is used as the fieldnames. In the common case, this means the programmer doesn't need to know the fieldnames ahead of time. The first row of the file will be used. In the uncommon case, this means the programmer can set the reader's fieldnames attribute to None at any time and have the next row read as the next set of fieldnames, so a csv file can contain several "sections", each with different fieldnames.
Diffstat (limited to 'Lib/heapq.py')
0 files changed, 0 insertions, 0 deletions