Handle byte type on sockets
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Mar 2013 03:10:40 +0000 (03:10 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Mar 2013 03:10:40 +0000 (03:10 +0000)
commit761af6ff61bb547f76c761acbe41d0ef11d51681
treedf9188e188d3029556e8acf063b155bf4139800a
parent3bb52cb5100b52500ca7368b979d501bdb83fd32
Handle byte type on sockets

* bin/test
* lib/mudpy/misc.py
* lib/mudpy/telnet.py: For Py3K compatibility, socket I/O uses byte type
instead of str.
bin/test
lib/mudpy/misc.py
lib/mudpy/telnet.py