[Patches] [ python-Patches-677651 ] ConfigParser.read() should return list of files read

SourceForge.net noreply@sourceforge.net
Mon, 12 May 2003 20:49:28 -0700


Patches item #677651, was opened at 2003-01-30 10:53
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=677651&group_id=5470

>Category: None
Group: None
Status: Open
Resolution: None
>Priority: 3
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.


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

>Comment By: Brett Cannon (bcannon)
Date: 2003-05-12 20:49

Message:
Logged In: YES 
user_id=357491

Since this has actual code I am making this a patch.

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

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