mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add Piet van Oostrum's name to the comments.
This commit is contained in:
parent
dd918a990a
commit
44f5c75f43
1 changed files with 2 additions and 1 deletions
|
@ -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 *
|
from socket import *
|
||||||
FILE = 'blabla'
|
FILE = 'blabla'
|
||||||
s = socket(AF_UNIX, SOCK_STREAM)
|
s = socket(AF_UNIX, SOCK_STREAM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue