summaryrefslogtreecommitdiffstats
path: root/Demo/pysvr/README
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/pysvr/README')
-rw-r--r--Demo/pysvr/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/Demo/pysvr/README b/Demo/pysvr/README
new file mode 100644
index 0000000..5e64e38
--- /dev/null
+++ b/Demo/pysvr/README
@@ -0,0 +1,9 @@
+This is an example of a multi-threaded C application embedding a
+Python interpreter.
+
+The particular application is a multi-threaded telnet-like server that
+provides you with a Python prompt (instead of a shell prompt).
+
+The file pysvr.py is a prototype in Python.
+
+THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!