Skip to content

3.0.28

Compare
Choose a tag to compare
@jonathanslenders jonathanslenders released this 22 Jul 09:38
· 2 commits to master since this release

New features:

  • Custom 'exit' function to return from REPL that
    • doesn't terminate sys.stdin when exit is called (important for embed()).
    • doesn't require to be called with parentheses.

Fixes:

  • Clean up signatures on control-c.