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

Add details of new super() call in python3. Fixes #72. #79

Closed SimonStJG closed 9 years ago

SimonStJG commented 9 years ago

Had a go at #72, hope it's helpful :)

programmdesign commented 9 years ago

Nice! Thanks a lot!