]> granicus.if.org Git - python/commit
Be much more permissive in what we accept in section names; there has been
authorFred Drake <fdrake@acm.org>
Wed, 14 Feb 2001 15:24:17 +0000 (15:24 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Feb 2001 15:24:17 +0000 (15:24 +0000)
commitd4df94b56d762c8d68e186c256a6d4b741044046
tree307e68bd26da4524145e8ab13c9570cbff42a4be
parentd807570ed16014b31b2b91d2dc6a65437afbeb46
Be much more permissive in what we accept in section names; there has been
at least one addition to the set of accepted characters for every release
since this module was first added; this should take care of the problem
in a more substantial way.

This closes SF bug #132288.
Lib/ConfigParser.py