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)
commit381d70d0d1d4b80e89acc46435031ed9c9547374
treefc76302f376be7ea548993762f446e22b04bc826
parent49f76e99340119c5bd403a05913531aed07e5e9b
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