Issue 6469: Function definition expressions feature (original) (raw)

Issue6469

Created on 2009-07-12 19:47 by grammati, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
blocks.patch grammati,2009-07-12 19:46 Patch - implementation of feature
Messages (4)
msg90455 - (view) Author: Chris Perkins (grammati) Date: 2009-07-12 19:46
Proposed feature - function definition expressions, superficially similar to Ruby blocks. To be proposed on Python-ideas list.
msg90456 - (view) Author: Chris Perkins (grammati) Date: 2009-07-12 20:00
Forgot to mention - the patch is very much incomplete. It breaks tests, contains none of the work that would need to be done in the ast package, etc. This is just a proof-of-concept.
msg90474 - (view) Author: Chris Perkins (grammati) Date: 2009-07-13 10:55
Details and discussion: http://groups.google.com/group/python-ideas/browse_frm/thread/a2bb1ff3992d9c01
msg90482 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-07-13 13:35
Even assuming you'd gotten a rough consensus on python-ideas (which it does not appear that you have), a change of this nature would require a PEP, and is thus not suitable for the tracker.
History
Date User Action Args
2022-04-11 14:56:50 admin set github: 50718
2009-07-13 13:35:14 r.david.murray set status: open -> closedpriority: normalnosy: + r.david.murraymessages: + resolution: rejectedstage: resolved
2009-07-13 10:55:21 grammati set messages: +
2009-07-12 20:00:55 grammati set messages: +
2009-07-12 19:47:08 grammati create