]> granicus.if.org Git - python/commit
Add simple Unix socket example by Piet van Oostrum.
authorGuido van Rossum <guido@python.org>
Wed, 28 Jan 1998 16:54:00 +0000 (16:54 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Jan 1998 16:54:00 +0000 (16:54 +0000)
commitdd918a990a274c808081d35beb1fd222385c86b3
tree7297644eee4432f9d8477426256418e772406737
parent5b8b8cd6c08d8efb62d26ee6ec878a792a71d16f
Add simple Unix socket example by Piet van Oostrum.
Demo/sockets/README
Demo/sockets/unixclient.py [new file with mode: 0644]
Demo/sockets/unixserver.py [new file with mode: 0644]