Message490

Author xoltar
Recipients
Date 2001-11-30.00:26:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ConfigParser.get under 2.1a3 usually drops the last
character of the value retrieved. So for a file like:

[foo]
bar=baz

myconfigparser.get('foo', 'bar') will return 'baz'
under Python, and 'ba' under Jython.

I say 'usually', because it worked fine when the last
character was a backslash.
History
Date User Action Args
2008-02-20 17:16:57adminlinkissue487307 messages
2008-02-20 17:16:57admincreate