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 eric.araujo
Recipients brett.cannon, eric.araujo, fdrake, georg.brandl, lukasz.langa, michael.foord, r.david.murray, rhettinger, till
Date 2010-08-03.12:10:05
SpamBayes Score 3.2401484e-08
Marked as misclassified No
Message-id <1280837407.46.0.0125052188103.issue6517@psf.upfronthosting.co.za>
In-reply-to
Content
> The first sentence is "Derived class of ConfigParser that implements
> a sane variant of the magical interpolation feature." I think it's
> enough for an explanation.

True.

>> but I don’t know if python-dev will agree with this deprecation.

I wrote that before seeing Michael’s reply. Since Georg is +1 too, I can only say: Great, let’s do it!

> FTR, many people I've spoken to treated RawConfigParser as
> something more low-level and not suitable for consumer use just
> because of the name AND the presence of a default (=name like the
> module) ConfigParser class.

Right. I don’t know if people using ConfigParser really want to use the interpolation. If we want to give the same name as the module to the best class for people who don’t read docs, I’d prefer renaming RawConfigParser to ConfigParser and SafeConfigParser to SomethingConfigParser.
History
Date User Action Args
2010-08-03 12:10:08eric.araujosetrecipients: + eric.araujo, fdrake, brett.cannon, georg.brandl, rhettinger, r.david.murray, michael.foord, till, lukasz.langa
2010-08-03 12:10:07eric.araujosetmessageid: <1280837407.46.0.0125052188103.issue6517@psf.upfronthosting.co.za>
2010-08-03 12:10:06eric.araujolinkissue6517 messages
2010-08-03 12:10:05eric.araujocreate