Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I concur with Stefan. Not all users of ElementTree need to import 
ElementInclude, ElementPath and deprecated cElementTree. If you need 
ElementInclude or ElementPath, it is better to specify this explicitly. The 
star import is not recommended in general case (you even can't use it in a 
local scope in Python 3). The valid use of it is with modules that define a lot 
of names and are specially designed for this (like tkinter or turtle) and in an 
interactive session.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34461>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to