[Python-bugs-list] [ python-Feature Requests-677651 ] ConfigParser.read() should return list of files read

SourceForge.net noreply@sourceforge.net
Thu, 30 Jan 2003 10:53:52 -0800


Feature Requests item #677651, was opened at 2003-01-31 03:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=677651&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Belmonte (jbelmonte)
Assigned to: Nobody/Anonymous (nobody)
Summary: ConfigParser.read() should return list of files read

Initial Comment:
Regarding ConfigParser.ConfigParser:

When debugging or when the user of a command line tool
requests verbose output, it is useful to report exactly
which files the configuration has been read from.  If
this is required, ConfigParser.read() is not useful.

Attached is a patch to make ConfigParser.read() return
a list of files it has read from.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=677651&group_id=5470