1. 30 Jan, 1999 1 commit
    • Guido van Rossum's avatar
      From: Mike Orr <mso@oz.net> · c0780ac8
      Guido van Rossum authored
      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
  2. 29 Jan, 1999 32 commits
  3. 28 Jan, 1999 7 commits