ptpython v3.0.6 Release Notes

Release Date: 2020-09-23 // over 3 years ago
  • 🆕 New features:

    • (Experimental) support for __pt_repr__ methods. If objects implement this method, this will be used to print the result in the REPL instead of the normal __repr__.
    • ➕ Added py.typed file, to enable type checking for applications that are embedding ptpython.