From: Guido van Rossum Date: Thu, 29 Jan 1998 04:04:04 +0000 (+0000) Subject: Add Piet van Oostrum's name to the comments. X-Git-Tag: v1.5.1~882 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f5c75f430c92384137c4bef0c0a69dce02ee0b;p=python Add Piet van Oostrum's name to the comments. --- diff --git a/Demo/sockets/unixserver.py b/Demo/sockets/unixserver.py index 3d6f3c3cbb..d4c706188f 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)