Skip to content

1.1.0 - deprecate do_return

Latest
Compare
Choose a tag to compare
@radix radix released this 24 Nov 05:12
· 4 commits to master since this release
  • The do_return function which was previously used to support returning values from @do functions is now deprecated. In Python 3, we can just use return statements.

  • The very last bare-except: clause was removed from the Effect library, meaning that KeyboardInterrupt and SystemExit should no longer be swallowed by effect performance.