From: Jeremy Stanley Date: Mon, 7 Mar 2016 11:43:13 +0000 (+0000) Subject: Fix show log command for Py3K X-Git-Tag: 0.0.1~195 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=fed4b3699b4dd18ce6b4436da41645fd25dddb23;hp=fed4b3699b4dd18ce6b4436da41645fd25dddb23;p=mudpy.git Fix show log command for Py3K The behavior of lambda filters has changed in Python 3 such that you can no longer treat them directly as lists. Trivially reimplement them as list comprehensions. Also correct a missing minimum loglevel fallback default. ---