Kaydet (Commit) 44f5c75f authored tarafından Guido van Rossum's avatar Guido van Rossum

Add Piet van Oostrum's name to the comments.

üst dd918a99
# 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