]> 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 03:55:50 +0000 (03:55 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Sep 2010 03:55:50 +0000 (03:55 +0000)
commita1e627d61c57fefbfdabf308b33de75e08ca5374
tree36e327d20096d27acd42a6bff049fd060bba21a3
parent5cd2d8c7eca0a0a62ab58e8fa3b06d837ba6d6c1
fix output from RawConfigParser.write and ConfigParser.write for None
values (http://bugs.python.org/issue7005)
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS