Steven schrieb: > Speaking as one of those "some people", my position is that functions > created with lambda are first-class objects the same as everything else > in Python, and a rule that says "You must not assign a lambda to a > name, ever" would be a terrible rule.
PEP 8 is for the standard library and Python core only. You can write your own code like you prefer. Nobody is going to enforce the PEP 8 style guide unless you write code for the stdlib. (By the way +1 from me, too). Christian _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com