-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Dict(kw...) #25206
Comments
See #25179, you can use |
Thanks! Is there a reason other then lack of time for this having no depwarn? |
I am often in the situation that I have a package want to quickly try a feature on master. In this case I don't care if my package (or dependencies!) throw tons of depwarns, but an error is a problem. Thats why I would prefer a depwarn. |
|
Also duplicate of #25177 |
I don't specifically need a |
|
A common pattern is converting keyword arguments into a
Dict
for easier manipulation. On master this currently throws an error:I think a
depwarn
would be better. Especially for code that needs to work onv0.6
and master.The text was updated successfully, but these errors were encountered: