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 michael.foord
Recipients brett.cannon, eric.araujo, fdrake, georg.brandl, lukasz.langa, michael.foord, r.david.murray, rhettinger, till
Date 2010-08-03.18:13:34
SpamBayes Score 1.7488171e-08
Marked as misclassified No
Message-id <1280859217.79.0.303503621945.issue6517@psf.upfronthosting.co.za>
In-reply-to
Content
If we merge the functionality in a single class with a new name then I guess that is fine as it will simplify the documentation rather than complexify it (good word hey). We still need to *mention* the old names so that people finding them in old code can find an up to date reference on them.

Here's what I don't understand about Fred's difficulty with replacing ConfigParser with the sane implementation.

After we deprecate ConfigParser as it is now we have two choices.

* delete the ConfigParser name - breaking *all* code that uses it and has not been updated
* point the name at what is currently called SafeConfigParser - causing a slight risk of incompatibility but likely *improving* most code that hasn't been updated

I don't see how the first option could *in any way* be preferable to the second.
History
Date User Action Args
2010-08-03 18:13:37michael.foordsetrecipients: + michael.foord, fdrake, brett.cannon, georg.brandl, rhettinger, eric.araujo, r.david.murray, till, lukasz.langa
2010-08-03 18:13:37michael.foordsetmessageid: <1280859217.79.0.303503621945.issue6517@psf.upfronthosting.co.za>
2010-08-03 18:13:35michael.foordlinkissue6517 messages
2010-08-03 18:13:34michael.foordcreate