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

Updated to Python 3 #150

Open quijot opened 4 years ago

quijot commented 4 years ago

types as "Names for built-in types" is valid for Python 2.7. With typing introduction since Python 3.5, this is the appropriate module.