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.

classification
Title: Promote SafeConfigParser and warn about ConfigParser
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: docs@python Nosy List: BreamoreBoy, brett.cannon, docs@python, eric.araujo, lukasz.langa, r.david.murray
Priority: normal Keywords:

Created on 2010-06-03 11:49 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg106943 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-03 11:49
Problems like #8880 could be prevented with a deprecation notice for the ConfigParser class, in favor of SafeConfigParser. (Not sure if R. David Murray meant just a recommendation or a real deprecation.)
msg111410 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2010-07-24 01:42
This issue is superseeded by issue #6517 (because the other has an actual patch).

Brett, shall we close this as duplicate and resolve the original?
msg111526 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-25 08:52
Closed as duplicate of #6517.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53134
2010-07-25 08:52:00BreamoreBoysetstatus: open -> closed

nosy: + BreamoreBoy
messages: + msg111526

resolution: duplicate
2010-07-24 01:42:20lukasz.langasetnosy: + brett.cannon, lukasz.langa
messages: + msg111410
2010-06-03 11:49:58eric.araujocreate