This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Greg Price
Recipients Greg Price, benjamin.peterson, ezio.melotti, lemburg, miss-islington, vstinner
Date 2019-08-13.17:33:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> I like to run pyflakes time to time on the Python code base. Please avoid "import *" since it prevents pyflakes (and other code analyzers) to find bugs.

Ah fair enough, thanks!

Pushed that change to the next/current PR, GH-15248.
History
Date User Action Args
2019-08-13 17:33:32Greg Pricesetrecipients: + Greg Price, lemburg, vstinner, benjamin.peterson, ezio.melotti, miss-islington
2019-08-13 17:33:32Greg Pricesetmessageid: <[email protected]>
2019-08-13 17:33:32Greg Pricelinkissue37760 messages
2019-08-13 17:33:32Greg Pricecreate