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)
* bin/test
* lib/mudpy/misc.py
* lib/mudpy/telnet.py: For Py3K compatibility, socket I/O uses byte type
instead of str.


No differences found