From: Jeremy Stanley Date: Tue, 28 Jun 2016 06:50:50 +0000 (+0000) Subject: Fix 8-bit Telnet with Py3K X-Git-Tag: 0.0.1~186 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=381d70d0d1d4b80e89acc46435031ed9c9547374;hp=381d70d0d1d4b80e89acc46435031ed9c9547374;p=mudpy.git 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. ---