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)
commite27b1c4b71ab9cad6b2e41d7ff2cf41c3d8b8d3e
tree000d79123eec642d506b8ce809b607693359f988
parent67faabf76655719a9e4d6a15560afb590dd21f8b
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