]> git.ipfire.org Git - thirdparty/tornado.git/commit
all: Support lazy imports of submodules 3201/head
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Nov 2022 20:06:08 +0000 (15:06 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Nov 2022 20:41:27 +0000 (15:41 -0500)
commit6c2aae090c5ddfa9a06c4e3c03c15484fbc43cd3
treee9282049789cb596815d45a19cbf58cb2916674a
parent41e70ac920200890a167db93f68fe778dd7292f1
all: Support lazy imports of submodules

A getattr hook in the top-level "tornado" package now imports submodules
automatically, eliminating the need to explicitly reference multiple submodules
in imports
22 files changed:
README.rst
demos/blog/blog.py
demos/chat/chatdemo.py
demos/facebook/facebook.py
demos/file_upload/file_receiver.py
demos/helloworld/helloworld.py
demos/websocket/chatdemo.py
docs/auth.rst
docs/guide/security.rst
docs/guide/structure.rst
docs/guide/templates.rst
docs/index.rst
docs/websocket.rst
tornado/__init__.py
tornado/ioloop.py
tornado/iostream.py
tornado/options.py
tornado/test/escape_test.py
tornado/test/import_test.py
tornado/test/util_test.py
tornado/web.py
tornado/websocket.py