source: python/vendor/Python-2.7.6/Demo/pysvr/README

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 325 bytes
Line 
1This is an example of a multi-threaded C application embedding a
2Python interpreter.
3
4The particular application is a multi-threaded telnet-like server that
5provides you with a Python prompt (instead of a shell prompt).
6
7The file pysvr.py is a prototype in Python.
8
9THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!
Note: See TracBrowser for help on using the repository browser.