python-prompt-toolkit v3.0.1 Release Notes

Release Date: 2019-11-28 // over 4 years ago
  • ๐Ÿ†• New features:

    • Added new_eventloop_with_inputhook function.
    • ๐Ÿ‘ป Set exception handler from within Application.run_async.
    • ๐Ÿ’… Applied Black code style.

    ๐Ÿ›  Fixes:

    • No longer expect a working event loop in the History classes. (Fix for special situations when a ThreadedHistory is created before the event loop has been set up.)
    • Accept an empty prompt continuation.
    • ๐Ÿ›  A few fixes to the Buffer tempfile code.