quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Note on Python3 use. #81

Closed ideasman42 closed 8 years ago

ideasman42 commented 8 years ago

Note on iteritems(), since this is Python2 only.

timofurrer commented 8 years ago

47 is about items/iteritems in python 2/3 but more elaborated. I suggest to merge the other one instead of this PR. :beers:

programmdesign commented 8 years ago

@ideasman42. Thanks for the PR. I merged #85 from @timofurrer which reflects your input too.