python-prompt-toolkit v3.0.29 Release Notes

Release Date: 2022-04-04 // about 2 years ago
  • ๐Ÿ†• New features:

    • Accept 'handle_sigint' parameter in PromptSession.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix 'variable referenced before assignment' error in vt100 mouse bindings.
    • Pass handle_sigint from Application.run to Application.run_async.
    • ๐Ÿ›  Fix detection of telnet client side changes.
    • ๐Ÿ›  Fix print_container utility (handle EOFError).

    ๐Ÿ’ฅ Breaking changes:

    • The following are now context managers: create_pipe_input, PosixPipeInput and Win32PipeInput.