summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/unixclient.py
Commit message (Expand)AuthorAgeFilesLines
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-081-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Add simple Unix socket example by Piet van Oostrum.Guido van Rossum1998-01-281-0/+10