On Jul 25, 2012 10:51 AM, "Devin Jeanpierre" <jeanpierr...@gmail.com> wrote:

> True. But it might be nice to use pass both in lambdas and regular
> functions, or to use pass as a variable name.

You can already use pass (or the equivalent) in a lambda.

lambda: None
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to