]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make both items() methods return lists; one had changed to return an
authorFred Drake <fdrake@acm.org>
Tue, 21 Oct 2003 16:46:52 +0000 (16:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 21 Oct 2003 16:46:52 +0000 (16:46 +0000)
commitfbb6be0a2c51c06947c56671369c4e30c399b8a5
tree18d32e761e99c210870a5fc4c6cc520fb2199fa9
parent49e75c798819f83efcde5a8903186eebf9a3625b
Make both items() methods return lists; one had changed to return an
iterator where it probably shouldn't have.
Closes SF bug #818861.
Lib/ConfigParser.py