quantifiedcode / python-anti-patterns

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

"Wildcard import" and "From module import *; unable to detect undefined names" are the same issue #6

Closed Trundle closed 9 years ago

Trundle commented 10 years ago

As both articles describe the same problem, I think they should be merged into one document.

adewes commented 9 years ago

Thanks @Trundle , I merged them in the new version of the book. Sorry that it took a while ;)