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-09-23.14:28:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=7733

I have come up with a solution that should satisfy everyone.
 Python 2.4's ConfigParser.py has added a new
SafeConfigParser class, so the new string-only restriction
should be added to the new class. Existing behavior is now
documented and remains valid, so there should be no code
breakage.  But new users will get the "safe" string-only
behavior from SafeConfigParser.

Patches added for ConfigParser.py, test_cfgparser.py, and
libcfgparser.tex.

This should be applied prior to Python 2.4-beta-1.
History
Date User Action Args
2007-08-23 14:24:13adminlinkissue997050 messages
2007-08-23 14:24:13admincreate