mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF patch #790443: add SafeConfigParser to __all__
(Contributed by George Yoshida.)
This commit is contained in:
parent
aa1178b811
commit
99c2d531d1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ import re
|
|||
__all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
|
||||
"InterpolationError", "InterpolationDepthError",
|
||||
"InterpolationSyntaxError", "ParsingError",
|
||||
"MissingSectionHeaderError", "ConfigParser",
|
||||
"MissingSectionHeaderError", "ConfigParser", "SafeConfigParser",
|
||||
"DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
|
||||
|
||||
DEFAULTSECT = "DEFAULT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue