Added section about configuring logging in a library. Thanks to Thomas Heller for...
[python.git] / Demo / pysvr / README
blob5e64e38bb4c4250f365fd6b31440707346e77a2f
1 This is an example of a multi-threaded C application embedding a
2 Python interpreter.
4 The particular application is a multi-threaded telnet-like server that
5 provides you with a Python prompt (instead of a shell prompt).
7 The file pysvr.py is a prototype in Python.
9 THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!