Commit 112f76fe authored by David Wilson's avatar David Wilson

More concise text.

parent 48bf9875
...@@ -119,11 +119,11 @@ context has hung. ...@@ -119,11 +119,11 @@ context has hung.
Module Forwarder Module Forwarder
################ ################
In addition to an IO multiplexer, slaves are configured with a custom `PEP-302 Slaves are configured with a custom `PEP-302 importer`_ that forwards requests
importer`_ that forwards requests for unknown Python modules back to the host for unknown Python modules back to the host program. When your program asks a
program. When your program asks a context to execute code from an unknown context to execute code from an unknown module, all requisite modules are
module, all requisite modules are transferred automatically and imported transferred automatically and imported entirely in RAM without need for further
entirely in RAM without need for further configuration. configuration.
.. _PEP-302 importer: https://www.python.org/dev/peps/pep-0302/ .. _PEP-302 importer: https://www.python.org/dev/peps/pep-0302/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment