python-prompt-toolkit v3.0.19 Release Notes

Release Date: 2021-06-17 // almost 3 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Make the flush method of the vt100 output implementation re-entrant (fixes an issue when using aiogevent).
    • ๐Ÿ›  Fix off-by-one in FormattedTextControl mouse logic.
    • ๐Ÿ–จ Run print_container always in a thread (avoid interfering with possible event loop).
    • ๐Ÿ Make sphinx autodoc generation platform agnostic (don't import Windows stuff when generating Sphinx docs).