data.d.values() no more working?

Issue #142 new
Alireza Khorshidi created an issue

It seems that

values = data.d.values()

as suggested here no more works, whereas

keys = data.d.keys()

still works fine. Is that intentional or we have crashed it somehow?

Comments (1)

  1. Log in to comment