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

update map or filter admonition to python 3 #149

Open graingert opened 4 years ago

graingert commented 4 years ago

map/filter return generators and not lists