ptpython v3.0.20 Release Notes
Release Date: 2021-09-14 // over 3 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.
- For
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.
- ๐ Fix handling of