5.0.0-alpha.21
Pre-release
Pre-release
Added
- [Python] Support catching Python
BaseExceptionsubclasses (KeyboardInterrupt,SystemExit,GeneratorExit) for Python interop (by @dbrattli)
Changed
- [Python] F#
task { }expressions now generate Pythonasync deffunctions (by @dbrattli) - [Python] Generate idiomatic
exceptclauses for typed exception patterns (by @dbrattli)