commit | 44f5c75f430c92384137c4bef0c0a69dce02ee0b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 29 04:04:04 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 29 04:04:04 1998 +0000 |
tree | 1b444c5a127e45df925436970f15a8b6a0fc46a6 | |
parent | dd918a990a274c808081d35beb1fd222385c86b3 [diff] |
Add Piet van Oostrum's name to the comments.
diff --git a/Demo/sockets/unixserver.py b/Demo/sockets/unixserver.py index 3d6f3c3..d4c7061 100644 --- a/Demo/sockets/unixserver.py +++ b/Demo/sockets/unixserver.py
@@ -1,4 +1,5 @@ -# Echo server program using Unix sockets (handles one connection only) +# Echo server demo using Unix sockets (handles one connection only) +# Piet van Oostrum from socket import * FILE = 'blabla' s = socket(AF_UNIX, SOCK_STREAM)