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)
commit51b19cb43ecf5f656ff5d46eb9a37a8613607fda
tree21b7007d78f6aece200fa3077440eb87e291cbe1
parent483c9442ef5a333d0875dd5cfb42754766b58a26
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