-
Notifications
You must be signed in to change notification settings - Fork 525
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
Builtin min()
does not support argument key
#422
Comments
Thanks for the report -- yes we definitely should support that. We'll plan to have it in the next release! |
Awesome, thanks very much! |
By the way, this is also the case for Unfortunately this still throws an error in Codon 0.16.3: |
Hi @akleemans, I've created a PR for this here: #505 -- it'll be included in the next version that we plan to release in the next couple weeks! |
Awesome, appreciate it! |
I see PR #505 was merged and this issue can be closed now. |
As @avitkauskas pointed out, this has been merged, closing. |
I have the following code:
When run with Python 3.11.1, I get the expected result printed:
If I try to run it with Codon 0.16.2, I get the following:
Is this expected? I assumed the
key
parameter would be supported formin()
.The text was updated successfully, but these errors were encountered: