[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

Greg Price report at bugs.python.org
Tue Aug 13 13:33:32 EDT 2019


Greg Price <gnprice at gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37760>
_______________________________________


More information about the Python-bugs-list mailing list