[pypy-svn] r47092 - pypy/dist/demo/distribution
fijal at codespeak.net
fijal at codespeak.net
Tue Oct 2 12:06:52 CEST 2007
Author: fijal
Date: Tue Oct 2 12:06:51 2007
New Revision: 47092
Modified:
pypy/dist/demo/distribution/fileserver.py
Log:
Improve docstring
Modified: pypy/dist/demo/distribution/fileserver.py
==============================================================================
--- pypy/dist/demo/distribution/fileserver.py (original)
+++ pypy/dist/demo/distribution/fileserver.py Tue Oct 2 12:06:51 2007
@@ -1,4 +1,6 @@
-""" This is sample demo about how flexible pypy distribution is.
+""" This is a sample demo showcasing file server, done by the pypy
+distriobution library.
+
Not counting __doc__ and initialization this is 2 line,
fully operational file server,
sample client which is in fileclient.py is included as well.
More information about the pypy-svn
mailing list