We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f36d93 commit b857163Copy full SHA for b857163
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+3.0.17: 2020-03-22
5
+------------------
6
+
7
+Fixes:
8
+- Fix leaking file descriptors due to not closing the asyncio event loop after
9
+ reading input in a thread.
10
+- Fix race condition during retrieval of signatures.
11
12
13
3.0.16: 2020-02-11
14
------------------
15
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.16",
+ version="3.0.17",
url="https://github.com/prompt-toolkit/ptpython",
16
description="Python REPL build on top of prompt_toolkit",
17
long_description=long_description,
0 commit comments