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

SourceForge.net noreply at sourceforge.net
Mon May 17 23:56:50 EDT 2004


Patches item #677651, was opened at 2003-01-31 03:53
Message generated for change (Comment added) made by jbelmonte
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: Fred L. Drake, Jr. (fdrake)
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: John Belmonte (jbelmonte)
Date: 2004-05-18 12:56

Message:
Logged In: YES 
user_id=282299

In the test code, I mispelled nonexistent. 
 

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

Comment By: John Belmonte (jbelmonte)
Date: 2004-05-18 12:48

Message:
Logged In: YES 
user_id=282299

Patch against Python HEAD, including documentation and tests is 
attached.  This is new territory to me, I don't claim to know what I'm 
doing. 
 

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2004-05-18 09:41

Message:
Logged In: YES 
user_id=3066

This patch is missing tests and documentation updates.

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

Comment By: Brett Cannon (bcannon)
Date: 2003-05-13 12: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



More information about the Patches mailing list