-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Various things in stdlib could benefit from the plugin system #3541
Comments
I would rather try supporting this by adding a protocol like |
|
I would add better support for |
It's not a priority to get rid of the existing special casing for |
Here is an example where plugin for |
Closing because stale / protocols and literals. #7803 would be useful though! |
These ideas are from #1240:
re.findall
sys.exc_info
pow
(notmath.pow
)universal_newlines
andsubprocess.Popen
dict(key=value)
anddict.update
with keyword arguments (the prior is currently special cased without a plugin)sum
(works for anything that supports +)itertools
andfunctools
struct
(could infer type from format string)The text was updated successfully, but these errors were encountered: