Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "methodcaller" to the operator module #43498

Closed
gregoryp mannequin opened this issue Jun 14, 2006 · 2 comments
Closed

Add "methodcaller" to the operator module #43498

gregoryp mannequin opened this issue Jun 14, 2006 · 2 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@gregoryp
Copy link
Mannequin

gregoryp mannequin commented Jun 14, 2006

BPO 1506190
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2006-06-14.16:55:17.000>
created_at = <Date 2006-06-14.16:33:29.000>
labels = ['type-feature', 'library']
title = 'Add "methodcaller" to the operator module'
updated_at = <Date 2006-06-14.16:55:17.000>
user = 'https://bugs.python.org/gregoryp'

bugs.python.org fields:

activity = <Date 2006-06-14.16:55:17.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2006-06-14.16:33:29.000>
creator = 'gregory_p'
dependencies = []
files = []
hgrepos = []
issue_num = 1506190
keywords = []
message_count = 2.0
messages = ['54825', '54826']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'gregory_p']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1506190'
versions = []

@gregoryp
Copy link
Mannequin Author

gregoryp mannequin commented Jun 14, 2006

I found that I (like Alex Martelli, http://mail.python.
org/pipermail/python-dev/2006-February/060341.html :-)
am writing lambdas like "lambda x: x.do_smth(a,b,c)" a
lot (often for filter/map functions). So, I think it
would be great to have such a function implemented in
C and placed in the standart library. Operator module
can be a good place for it.

--
Regards, Gregory.

@gregoryp gregoryp mannequin closed this as completed Jun 14, 2006
@gregoryp gregoryp mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jun 14, 2006
@gregoryp gregoryp mannequin closed this as completed Jun 14, 2006
@gregoryp gregoryp mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jun 14, 2006
@birkenfeld
Copy link
Member

Logged In: YES
user_id=849994

Duplicate of bpo-1506171.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant