This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients akuchling, belopolsky, terry.reedy
Date 2013-08-04.01:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375578799.33.0.828536077651.issue18648@psf.upfronthosting.co.za>
In-reply-to
Content
I would just change "my usual course is to avoid using lambda" to "PEP 8 prescribes using def."  Note that PEP 8 itself displays f = lambda x: 2*x as an example of what not to do.  I see no problem with the current examples.
History
Date User Action Args
2013-08-04 01:13:19belopolskysetrecipients: + belopolsky, akuchling, terry.reedy
2013-08-04 01:13:19belopolskysetmessageid: <1375578799.33.0.828536077651.issue18648@psf.upfronthosting.co.za>
2013-08-04 01:13:19belopolskylinkissue18648 messages
2013-08-04 01:13:18belopolskycreate