diff --git a/python/Lib/ConfigParser.py b/python/Lib/ConfigParser.py index 6cf3c2ac..636bbfcc 100644 --- a/python/Lib/ConfigParser.py +++ b/python/Lib/ConfigParser.py @@ -436,6 +436,7 @@ def remove_section(self, section): r'\]' # ] ) OPTCRE = re.compile( + r'[ \t]*' # ignore any starting white space r'(?P