mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Whitespace normalization.
This commit is contained in:
parent
b0ead4ea4a
commit
230a60c6ec
7 changed files with 27 additions and 28 deletions
|
@ -525,7 +525,7 @@ class ConfigParser(RawConfigParser):
|
|||
def _interpolate(self, section, option, rawval, vars):
|
||||
# do the string interpolation
|
||||
value = rawval
|
||||
depth = MAX_INTERPOLATION_DEPTH
|
||||
depth = MAX_INTERPOLATION_DEPTH
|
||||
while depth: # Loop through this until it's done
|
||||
depth -= 1
|
||||
if value.find("%(") != -1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue