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 fdrake
Recipients
Date 2004-05-18.03:32:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

Fixed using methods (2) and (3):  ConfigParser.set() now
checks that the value is some flavor of string, and raises
TypeError if it isn't.  This is documented behavior;
regression tests have been added.

Doc/lib/libcfgparser.tex 1.36
Lib/ConfigParser.py 1.65
Lib/test/test_cfgparser.py 1.22
History
Date User Action Args
2007-08-23 14:16:59adminlinkissue810843 messages
2007-08-23 14:16:59admincreate