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 loewis
Recipients
Date 2004-08-07.13:43:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

These decisions are all fine with me.

As for anonymous functions: It appears that compile.c
2.36/funcobject.c 2.7 introduce the notion of anonymous code
objects (30-Nov-93). compile.c 2.48 (18-Jul-95) takes this
option out again, along with introducing keyword arguments.
So it is probably safe to drop the support for anonymous
functions.
History
Date User Action Args
2007-08-23 15:39:08adminlinkissue1004703 messages
2007-08-23 15:39:08admincreate