More concise text.

wip-fakessh-exit-status
David Wilson 7 years ago
parent 48bf987570
commit 112f76fe89

@ -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/

Loading…
Cancel
Save