Closed tacaswell closed 9 years ago
http://docs.quantifiedcode.com/python-anti-patterns/performance/not_using_iteritems_to_iterate_large_dict.html
This needs a warning that this only applies to python 2 which is end-of-lifed.
And again, you are right. This best practice only applies to Python 2. Do you want to fix it or should I do it?
See #47
http://docs.quantifiedcode.com/python-anti-patterns/performance/not_using_iteritems_to_iterate_large_dict.html
This needs a warning that this only applies to python 2 which is end-of-lifed.