PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
355 stars 51 forks source link

Fix for dict.viewitems(), dict.iteritems() etc in chained calls. #181

Closed martindemello closed 5 years ago

martindemello commented 5 years ago

Fixes #169

benbariteau commented 5 years ago

It would be nice if this could be merged, I'm running into this issue.

takluyver commented 5 years ago

Thanks!