Issue 1434008: Inline Lambda patch (original) (raw)
Issue1434008
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/42920
classification
Title: | Inline Lambda patch | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Interpreter Core | Versions: | Python 2.4 |
process
Status: | closed | Resolution: | rejected |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | loewis, talin | |
Priority: | normal | Keywords: | patch |
Created on 2006-02-18 05:40 by talin, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
patch | talin,2006-02-18 05:40 | Subversion patch file |
Messages (3) | ||
---|---|---|
msg49529 - (view) | Author: Talin (talin) ![]() |
Date: 2006-02-18 05:40 |
This patch adds a new syntactical form for lambda functions: a = (x*x given x) See the Python-Dev discussion for more details... | ||
msg49530 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2006-02-27 21:56 |
Logged In: YES user_id=21627 Since the discussion on pythondev concluded that the syntax shouldn't change, I'm rejecting the patch. | ||
msg49531 - (view) | Author: Talin (talin) ![]() |
Date: 2006-02-28 18:57 |
Logged In: YES user_id=504 No problem. The patch was never intended to be accepted as part of the mainline development branch, it was only here to serve as a basis for discussion, and in any case should really be considered as a Python 3 suggestion. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:15 | admin | set | github: 42920 |
2006-02-18 05:40:40 | talin | create |