This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author goodger
Recipients
Date 2004-08-25.03:34:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=7733

[rhettinger]
> Perhaps, the set() method should coerce to a string rather
> than test for it.

Perhaps.  But regardless of whether it's a test or coercion,
if it's in RawConfigParser.set, it prevents non-string use.
Perhaps ConfigParser.set should extend RawConfigParser.set
with the string test or coercion, leaving
RawConfigParser.set as it was before rev 1.65.

That may be the best solution.
History
Date User Action Args
2007-08-23 14:24:13adminlinkissue997050 messages
2007-08-23 14:24:13admincreate