]> granicus.if.org Git - python/commitdiff
Add Piet van Oostrum's name to the comments.
authorGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 04:04:04 +0000 (04:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 04:04:04 +0000 (04:04 +0000)
Demo/sockets/unixserver.py

index 3d6f3c3cbbfd6a9fd4a64d1b1398b4085988a1ed..d4c706188f121c8af0d55dfd9e76cab31b1f8f4d 100644 (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)