In Python 2.7, I could get dictionary keys, values, or items as a list: >>> newdict = 1:0, 2:0, 3:0} >>> newdict.keys() [1, 2, 3] Now, in Python >= 3.3, I get something like th... Stack Overflow Questions Developer Jobs Tags Users cur