Fix 8-bit Telnet with Py3K
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 28 Jun 2016 06:50:50 +0000 (06:50 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 28 Jun 2016 06:50:50 +0000 (06:50 +0000)
commitc9b5c23e83edea14c3dee8a0ff9dc9c89dc8f9cd
treefc76302f376be7ea548993762f446e22b04bc826
parent304415a9df354462d0e2fd066df7713199d95651
Fix 8-bit Telnet with Py3K

Replace the lambda filter for non-ASCII characters with a list
comprehension, correcting and simplifying the range comparison and
recombination of the filtered string.
lib/mudpy/misc.py