Victor Stinner 065c56de71 Don't use dict.iterkeys()
Replace list(dict.iterkeys()) with list(dict). The call to iterkeys() is
useless and the iterkeys() method of dictionaries was removed in
Python 3

Change-Id: I16733643d4b92fe8134eec2549bbd679fe75fb9c
2015-05-25 22:20:28 +02:00
..
2015-04-23 13:59:22 -06:00
2015-05-25 22:20:28 +02:00
2013-12-30 18:53:02 -06:00
2015-03-01 17:47:54 -05:00
2013-06-14 14:02:17 +00:00