python-prompt-toolkit v0.19 Release Notes

Release Date: 2014-09-30 // over 9 years ago
  • ๐Ÿ›  Fixed:

    • ๐Ÿ– Handle Jedi crashes.
    • Autocompletion in ptipython
    • Input validation in ptipython
    • Execution of system commands (in ptpython) in Python 3
    • โž• Add current directory to sys.path for ptpython.
    • Minimal jedi and six version in setup.py

    ๐Ÿ†• New features

    • ๐Ÿ‘ Python 2.6 support
    • C-C> and C-C< indent and unindent emacs key bindings.
    • ptpython can now also run python scripts, so aliasing of ptpython as python will work better.