[Python-ideas] Importing public symbols and simultainiously privatizing them, is too noisy

Eric Snow ericsnowcurrently at gmail.com
Wed Mar 16 23:03:38 EDT 2016


On Wed, Mar 16, 2016 at 5:38 PM, Ben Finney <ben+python at benfinney.id.au> wrote:
> What is wrong with::
>
>     import lorem as _lorem
>
>     do_something_with(_lorem.Foo)

+1

-eric


More information about the Python-ideas mailing list