ptpython v3.0.12 Release Notes

Release Date: 2021-01-24 // about 3 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ”ฆ Expose a get_ptpython function in the global namespace, to get programmatic access to the REPL.
    • ๐Ÿ”ฆ Expose embed() at the top level of the package. Make it possible to do from ptpython import embed.

    ๐Ÿ›  Fixes:

    • Properly handle exceptions when trying to access __pt_repr__.
    • Properly handle SystemExit.