Comment 1 for bug 1256365

Revision history for this message
Leo Arias (elopio) wrote :

[09:45:55] <elopio> should I just change it to items(), or use six to make sure it will work the same in py2 and py3?
[09:53:08] <pindonga> elopio, I'd say, if you can make a single codebase work with py2 and py3 without external deps the better
[09:53:31] <pindonga> maybe the list is not that big and we can use .items() without harm
[09:54:51] <pindonga> I think it's safe to use .items()
[09:55:13] <elopio> pindonga: ok, I'll propose an MP with the change.