On 2019-11-04, Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote:
> Using
>
>    from module import *
>
> is often the worst thing one can do.

I agree 100%.

Unfortunately, most of the official standard library documentation is
written assuming you do _exactly_that_.

Though it makes the documetnation more succinct, I think it encourages
bad behavior and causes a lot of problems.

-- 
Grant Edwards               grant.b.edwards        Yow! I wonder if I could
                                  at               ever get started in the
                              gmail.com            credit world?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to