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 josiahcarlson
Recipients
Date 2007-03-22.20:06:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
> Well, I'm suggesting that it be in __builtins__, but whatever...

You apparently didn't get the memo; map, filter, reduce, etc., are all going to be placed into functools and removed from __builtins__.  Adding identity to __builtins__ is not going to happen.

Further, your preferred programming language not being Python is not topical to the discussion.  If you want Haskell, and your boss isn't letting you use it, please don't complain here.
History
Date User Action Args
2007-08-23 16:12:36adminlinkissue1673203 messages
2007-08-23 16:12:36admincreate