Byte type comparisons on the output queue
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Sep 2013 08:13:03 +0000 (08:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Sep 2013 08:13:03 +0000 (08:13 +0000)
commit99a6895ddac47b5ccfa2a23c0bdbf860eff23b20
treee996812fac5d4f5bda4dcf13ba8008afcda6db6e
parent90a156af837f751b458ad68553b52b25f0b6eb1c
Byte type comparisons on the output queue

* lib/mudpy/misc.py: When comparing against data already in the output
queue, use byte type for compatibility with Py3K.
lib/mudpy/misc.py