[Python-ideas] Change magic strings to enums

Ethan Furman ethan at stoneleaf.us
Tue Apr 24 14:56:55 EDT 2018


On 04/24/2018 10:32 AM, Antoine Pitrou wrote:

> Also beware the import time cost of having a widely-used module like
> "warnings" depend on the "enum" module and its own dependencies.

With all the recent changes to Python, I should go through and see which dependencies are no longer needed.

--
~Ethan~



More information about the Python-ideas mailing list