From: Fred Drake Date: Fri, 27 Sep 2002 16:34:30 +0000 (+0000) Subject: Allow internal whitespace in keys. X-Git-Tag: v2.2.2b1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e931387eb8f14a81b52cf5904259fbd1a14889ff;p=thirdparty%2FPython%2Fcpython.git Allow internal whitespace in keys. Closes SF bug #583248. --- diff --git a/Lib/ConfigParser.py b/Lib/ConfigParser.py index 327f9ea86ffc..85eb7b32bdc4 100644 --- a/Lib/ConfigParser.py +++ b/Lib/ConfigParser.py @@ -385,7 +385,7 @@ class ConfigParser: r'\]' # ] ) OPTCRE = re.compile( - r'(?P