diff options
author | Guido van Rossum <guido@python.org> | 1999-01-30 04:35:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-30 04:35:47 (GMT) |
commit | c0780ac8f3a3358f7f7e49a6721421691309d88c (patch) | |
tree | fae559f42427991b975dde425743371b1a8b69fb /Parser/parser.h | |
parent | ca44236a1c313a6257c49ce223e4515329348015 (diff) | |
download | cpython-c0780ac8f3a3358f7f7e49a6721421691309d88c.zip cpython-c0780ac8f3a3358f7f7e49a6721421691309d88c.tar.gz cpython-c0780ac8f3a3358f7f7e49a6721421691309d88c.tar.bz2 |
From: Mike Orr <mso@oz.net>
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.
Diffstat (limited to 'Parser/parser.h')
0 files changed, 0 insertions, 0 deletions