• Skip Montanaro's avatar
    Make the fieldnames argument optional in the DictReader. If self.fieldnames · dffeed3f
    Skip Montanaro yazdı
    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.
    dffeed3f
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
commontex Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
isilo Loading commit data...
lib Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
paper-letter Loading commit data...
perl Loading commit data...
ref Loading commit data...
templates Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
.cvsignore Loading commit data...
ACKS Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...
python-docs.txt Loading commit data...