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 7f619ed commit 02a7b83Copy full SHA for 02a7b83
CHANGELOG
@@ -1,6 +1,16 @@
1
CHANGELOG
2
=========
3
4
+3.0.15: 2020-02-11
5
+------------------
6
+
7
+New features:
8
+- When pressing control-w, only delete characters until a punctuation.
9
10
+Fixes:
11
+- Fix `AttributeError` during retrieval of signatures with type annotations.
12
13
14
3.0.14: 2020-02-10
15
------------------
16
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.14",
+ version="3.0.15",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
17
long_description=long_description,
0 commit comments