This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients
Date 2002-09-27.16:35:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

I've relaxed the parsing of keys so that whitespace inside
the key is allowed, but not at the start or end of the key;
that seems a reasonable constraint.  Internal whitespace is
not normalized.

Commited as Lib/ConfigParser.py 1.47 and 1.38.10.4, unit
tests added in Lib/test/test_cfgparser.py 1.14 and 1.9.10.3.
History
Date User Action Args
2007-08-23 14:04:17adminlinkissue583248 messages
2007-08-23 14:04:17admincreate