]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix output from RawConfigParser.write and ConfigParser.write for None
authorFred Drake <fdrake@acm.org>
Fri, 3 Sep 2010 04:22:36 +0000 (04:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Sep 2010 04:22:36 +0000 (04:22 +0000)
commit8844441ae68358c832e04d8b48ba7b035f67d9bf
tree464decec5e4b8669c0e76edaaac96d4f36caaaea
parentaf1e140334e090583651670193d1c310f29bf90e
fix output from RawConfigParser.write and ConfigParser.write for None
values (http://bugs.python.org/issue7005)
(merged r84443 from the release27-mmaint branch, with changes to reflect
changes in Python 3)
Lib/configparser.py
Lib/test/test_cfgparser.py
Misc/NEWS