summaryrefslogtreecommitdiff
path: root/examples/child_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/child_process.py')
-rw-r--r--examples/child_process.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/child_process.py b/examples/child_process.py
index 4410414..0c12cb9 100644
--- a/examples/child_process.py
+++ b/examples/child_process.py
@@ -1,7 +1,9 @@
"""
Example of asynchronous interaction with a child python process.
-Note that on Windows we must use the IOCP event loop.
+This example shows how to attach an existing Popen object and use the low level
+transport-protocol API. See shell.py and subprocess_shell.py for higher level
+examples.
"""
import os