You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this use an import hook instead of modifying sys.modules? Currently we import re and regex which would be nice to avoid. An import hook seems like a cleaner approach, but would require much more code than the current one-liner
Should this use an import hook instead of modifying
sys.modules
? Currently we importre
andregex
which would be nice to avoid. An import hook seems like a cleaner approach, but would require much more code than the current one-linerhttps://www.python.org/dev/peps/pep-0302/
The text was updated successfully, but these errors were encountered: