Closed benjie-git closed 5 days ago
Sorry about that Ben, I am changing the argument parsing of methods of built-in types for performance and left a few typos like this one. Thanks for reporting !
No problem, thanks for the fix! My code base seems to be a pretty good stress test for brython, so I try to test early and often, and report back.
When I try to run casefold, for example:
I get
TypeError: set.remove() takes exactly 2 arguments (1 given)
This worked very recently but is currently broken.