]> granicus.if.org Git - python/commit
Make both items() methods return lists; one had changed to return an
authorFred Drake <fdrake@acm.org>
Tue, 21 Oct 2003 16:45:00 +0000 (16:45 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 21 Oct 2003 16:45:00 +0000 (16:45 +0000)
commit8c4da53afedd7b7fa49f7209582b2f61d80f457e
tree733898e37c80d5c137749ec714ddbb445275016f
parentde05032cc9d844f30c91d564298581244b53285d
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