diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:40:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:40:58 +0000 |
commit | 302975348b0dbd4f0ddbb699df76ee05ffbefaaf (patch) | |
tree | 761e94c321db07dec57816b4ffdd36a13d67662d /CHANGELOG | |
parent | Releasing debian version 3.0.16-2. (diff) | |
download | ptpython-302975348b0dbd4f0ddbb699df76ee05ffbefaaf.tar.xz ptpython-302975348b0dbd4f0ddbb699df76ee05ffbefaaf.zip |
Merging upstream version 3.0.19.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,6 +1,31 @@ CHANGELOG ========= +3.0.19: 2020-07-08 +------------------ + +Fixes: +- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed + file"). +- Allow usage of `await` in assignment expressions or for-loops. + + +3.0.18: 2020-06-26 +------------------ + +Fixes: +- Made "black" an optional dependency. + + +3.0.17: 2020-03-22 +------------------ + +Fixes: +- Fix leaking file descriptors due to not closing the asyncio event loop after + reading input in a thread. +- Fix race condition during retrieval of signatures. + + 3.0.16: 2020-02-11 ------------------ |