Commit 2fabca2c authored by Guido van Rossum's avatar Guido van Rossum

Add Piet van Oostrum's name to the comments.

parent 1274d50a
# 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment