]> granicus.if.org Git - python/commit
Issue #9551: Do not raise TypeError when setting the value to None for
authorFred Drake <fdrake@acm.org>
Tue, 10 Aug 2010 13:09:54 +0000 (13:09 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Aug 2010 13:09:54 +0000 (13:09 +0000)
commit0a1fa0e8b1fc888ae9978003c836e5a1953daef5
treeb0441f342d177dea92c26fd8724e0b64ca8a2a28
parent2d930804ffdb2f279c7306532dba09de972cf885
Issue #9551: Do not raise TypeError when setting the value to None for
SafeConfigParser instances constructed with allow_no_value == True.
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS