Skip to content

iPython 3.0

Latest
Compare
Choose a tag to compare
@Takax62 Takax62 released this 20 Sep 07:34
· 1 commit to main since this release
3f4039e

This is new release contains a fixed bug:

  • The when an error happens in the shell, it will exit.

Now, it doesn't. It just needed the try: except Exception as e: blocks.