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 lukasz.langa
Recipients brett.cannon, fdrake, georg.brandl, lukasz.langa, r.david.murray, rhettinger, till
Date 2010-07-24.01:43:29
SpamBayes Score 0.020342404
Marked as misclassified No
Message-id <1279935812.4.0.0588481169309.issue6517@psf.upfronthosting.co.za>
In-reply-to
Content
This issue superseeds #8888 because of the patches attached.

Brett, there are two ways we can solve this issue:

1. Rewrite the documentation so it clearly puts more emphasis on the fact that SafeConfigParser is the one to choose.
2. We deprecate ConfigParser in the code and in the documentation.

I personally would go with 1. and maybe just "hint" about the fact that ConfigParser is not for end users. Formal deprecation seems too big for this since the regular ConfigParser still does have its valid use cases.

Please decide on what we're going to do and I'll edit the docs and add the tests here to py3k.
History
Date User Action Args
2010-07-24 01:43:32lukasz.langasetrecipients: + lukasz.langa, fdrake, brett.cannon, georg.brandl, rhettinger, r.david.murray, till
2010-07-24 01:43:32lukasz.langasetmessageid: <1279935812.4.0.0588481169309.issue6517@psf.upfronthosting.co.za>
2010-07-24 01:43:30lukasz.langalinkissue6517 messages
2010-07-24 01:43:29lukasz.langacreate