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)
Replace the lambda filter for non-ASCII characters with a list
comprehension, correcting and simplifying the range comparison and
recombination of the filtered string.


No differences found