Tristan B. Kildaire at 2016/11/20 8:23:37PM wrote: > From deen import * imports all the things in deen but accessable with no > `deen.`
These "accessible" objects become read-only even if it's mutable. For immutable objects, you can't even create a new one in the deen's namespace. > import deen imports all of deen but accessible via `deen.thing` :-) --Jach -- https://mail.python.org/mailman/listinfo/python-list