Kaydet (Commit) ab541bb9 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Revert change, func_name of lambda's is back to <lambda>.

üst ccd19218
......@@ -123,7 +123,7 @@ class ReprTests(unittest.TestCase):
def test_lambda(self):
self.failUnless(repr(lambda x: x).startswith(
"<function lambda"))
"<function <lambda"))
# XXX anonymous functions? see func_repr
def test_builtin_function(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment