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, 0 insertions, 9 deletions
diff --git a/Demo/pysvr/README b/Demo/pysvr/README
deleted file mode 100644
index 5e64e38..0000000
--- a/Demo/pysvr/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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!