Issue 8888: Promote SafeConfigParser and warn about ConfigParser (original) (raw)

Issue8888

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:01 admin set github: 53134
2010-07-25 08:52:00 BreamoreBoy set status: open -> closednosy: + BreamoreBoymessages: + resolution: duplicate
2010-07-24 01:42:20 lukasz.langa set nosy: + brett.cannon, lukasz.langamessages: +
2010-06-03 11:49:58 eric.araujo create