X Tutup
Skip to content

Commit 101e875

Browse files
author
guido
committed
Add Piet van Oostrum's name to the comments.
git-svn-id: http://svn.python.org/projects/python/trunk@9650 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 5c94764 commit 101e875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demo/sockets/unixserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Echo server program using Unix sockets (handles one connection only)
1+
# Echo server demo using Unix sockets (handles one connection only)
2+
# Piet van Oostrum
23
from socket import *
34
FILE = 'blabla'
45
s = socket(AF_UNIX, SOCK_STREAM)

0 commit comments

Comments
 (0)
X Tutup