Fix show log command for Py3K
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
commit0a33fd60abc4c862170df964ca17599346a1d19f
treeea1f1e7b1441020e3dbdef9168991da8d3972346
parent05edf88abb0e14dc42275977daff9fac197b387e
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.
lib/mudpy/misc.py