On Monday, July 4, 2016 at 10:02:59 AM UTC+12, Kevin Conway wrote:
> If the problem with using classes to satisfy the namespace need is
> that it's unwieldy to use dot qualified paths then isn't that quite similar
> to saying namespaces are unwieldy?

Python has a simple solution to that:

    a = mod.a
    b = mod.b

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

Reply via email to