On Mon, Jan 25, 2021, at 18:44, Chris Jerdonek wrote: > But to issue a warning when a standard module is being overridden like > I was suggesting, wouldn’t you also need to know whether the name of > the module being imported is a standard name, which is what > says.module_names provides?
I don't think the warning would be only useful for stdlib modules... has any thought been given to warning when a module being imported from the current directory / script directory is the same as an installed package? _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OG7EUYVNNLPZIXRAX23DPK6WIWRKUX5D/ Code of Conduct: http://python.org/psf/codeofconduct/
