Skip to content

1.9.5 - Bugfix with `partial` when f has no args

Compare
Choose a tag to compare
@smarie smarie released this 02 Dec 16:03
· 223 commits to main since this release
  • partial can now be used to create a copy of a function with no args. Fixed ValueError: Cannot preset 0 positional args, function case_second has only 0 args.. Fixed #59

See documentation page for details.