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 Rainald Koch
Recipients Rainald Koch, docs@python
Date 2020-06-02.23:11:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591139465.93.0.232349952448.issue40850@roundup.psfhosted.org>
In-reply-to
Content
In section [10] of the FAQ, I whould add "(a function parameter with different default values)" after "variables local to the lambdas".

Besides, I had to look up "memoizing" [2] and suspect that "memorizing" would be correct.

[10] https://docs.python.org/3/faq/programming.html#why-do-lambdas-defined-in-a-loop-with-different-values-all-return-the-same-result
[2] https://en.wikipedia.org/wiki/Memoization
History
Date User Action Args
2020-06-02 23:11:05Rainald Kochsetrecipients: + Rainald Koch, docs@python
2020-06-02 23:11:05Rainald Kochsetmessageid: <1591139465.93.0.232349952448.issue40850@roundup.psfhosted.org>
2020-06-02 23:11:05Rainald Kochlinkissue40850 messages
2020-06-02 23:11:05Rainald Kochcreate