Add Piet van Oostrum's name to the comments.

This commit is contained in:
Guido van Rossum 1998-01-29 04:04:04 +00:00
parent dd918a990a
commit 44f5c75f43
1 changed files with 2 additions and 1 deletions

View File

@ -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)