]> granicus.if.org Git - python/commit
remove most uses of list(somedict.keys()) in Demo scripts
authorSkip Montanaro <skip@pobox.com>
Mon, 6 Aug 2007 21:07:53 +0000 (21:07 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 6 Aug 2007 21:07:53 +0000 (21:07 +0000)
commit1e8ce58f5d0db22714d65ff440045a7526ed394d
treef705fb923334cffa32492a5bddfcca46ecc27f0a
parent28a181cbe82bc79df3b881b79b19e12b2e39911b
remove most uses of list(somedict.keys()) in Demo scripts
17 files changed:
Demo/cgi/cgi2.py
Demo/classes/Dbm.py
Demo/metaclasses/Enum.py
Demo/newmetaclasses/Enum.py
Demo/pdist/cmdfw.py
Demo/pdist/cmptree.py
Demo/pdist/cvslib.py
Demo/pdist/rrcs.py
Demo/pdist/server.py
Demo/scripts/ftpstats.py
Demo/scripts/markov.py
Demo/scripts/newslist.py
Demo/threads/Coroutine.py
Demo/tix/samples/OptMenu.py
Demo/tkinter/guido/AttrDialog.py
Demo/xml/elem_count.py
Demo/xml/roundtrip.py