• 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
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...