projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec0a8a
)
Add missing InterpolationSyntaxError.
author
Neal Norwitz
<nnorwitz@gmail.com>
Mon, 30 Dec 2002 23:38:47 +0000
(23:38 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Mon, 30 Dec 2002 23:38:47 +0000
(23:38 +0000)
XXX Not sure this is correct.
Lib/ConfigParser.py
patch
|
blob
|
history
diff --git
a/Lib/ConfigParser.py
b/Lib/ConfigParser.py
index 845886b7a1dd58ec0d63d2f42d6dc482ef4e0322..a48d54bb91d4a4675974fb025baa73135baa6265 100644
(file)
--- a/
Lib/ConfigParser.py
+++ b/
Lib/ConfigParser.py
@@
-139,6
+139,8
@@
class InterpolationError(Error):
self.option = option
self.section = section
+class InterpolationSyntaxError(Error): pass
+
class InterpolationDepthError(Error):
def __init__(self, option, section, rawval):
Error.__init__(self,