This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdcowles
Recipients
Date 2001-12-07.21:04:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If you give ConfigParser's read() method the name of a
file that doesn't exist, you get back an empty
database.

That may be reasonable but since other modules from the
standard library generally don't work that way (dbm,
netrc), it may be worth emphasizing in the
documentation that that's what happens.
History
Date User Action Args
2007-08-23 13:57:53adminlinkissue490399 messages
2007-08-23 13:57:53admincreate