ptpython v3.0.20 Release Notes

Release Date: 2021-09-14 // over 2 years ago
  • ๐Ÿ†• New features:

    • For DictionaryCompleter: show parentheses after methods.

    ๐Ÿ›  Fixes:

    • Don't crash when trying to complete broken mappings in DictionaryCompleter.
    • Don't crash when an older version of black is installed that is not compatible.

Previous changes from v3.0.19

  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix handling of SystemExit (fixes "ValueError: I/O operation on closed file").
    • ๐Ÿ‘ Allow usage of await in assignment expressions or for-loops.