• Guido van Rossum's avatar
    From: Mike Orr <mso@oz.net> · c0780ac8
    Guido van Rossum yazdı
    In the docstring of ConfigParser.py  (Python 1.5.2b1):
        read(*filenames) -- read and parse the list of named configuration files
    
    should be:
        read(filenames) -- read and parse the list of named configuration files
    
    The method accepts a list, not a bunch of positional arguments.
    Which is good, the list is much more convenient.
    c0780ac8
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
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...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...