[py3] Replace filter/lambda by list comprehensions
This is more idiomatic and avoids returning a list on Python 2 and an iterator on Python 3.
Loading
Please register or sign in to comment
This is more idiomatic and avoids returning a list on Python 2 and an iterator on Python 3.