Re: [Python-Dev] Idea to support lazy loaded names.

2014-10-06 Thread Benjamin Peterson
On Mon, Oct 6, 2014, at 16:36, Brian Allen Vanderburg II wrote: > I've got an idea for Python but don't know where to post it. python-id...@python.org ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev U

[Python-Dev] Idea to support lazy loaded names.

2014-10-06 Thread Brian Allen Vanderburg II
I've got an idea for Python but don't know where to post it. It seems like this may be the right place. When developing Python libraries (and any other language for that matter), items are separated into modules for organization and other purpose. The following is an example fake framework to il