Message492

Author kevinbutler
Recipients
Date 2003-10-24.00:09:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=117665

I also can't reproduce the problem, using 2.2a0 or 2.1 on
linux or windows.

For reference, here's the test code:

from ConfigParser import ConfigParser
myparser = ConfigParser()
myparser.read( "data" )
print myparser.get( "foo", "bar" )
History
Date User Action Args
2008-02-20 17:16:57adminlinkissue487307 messages
2008-02-20 17:16:57admincreate