[issue8164] (lambda:"foo").func_doc

2010-03-17 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r79034. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue8164] (lambda:"foo").func_doc

2010-03-17 Thread Armin Rigo
New submission from Armin Rigo : Lambdas are a bit confused about their docstrings. Usually they don't have any, but: >>> (lambda x: "foo"+x).func_doc 'foo' -- keywords: easy messages: 101233 nosy: arigo priority: low severity: normal status: open title: (lambda:"foo").func_d