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 b22c0bd commit 4ebcf42Copy full SHA for 4ebcf42
CHANGELOG.md
@@ -5,6 +5,9 @@
5
* `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written
6
contain a newline or carriage return. This helps when `pyscript` is echoing the output of a shell command
7
since the output will print at the same frequency as when the command is run in a terminal.
8
+* **Python 3.4 EOL notice**
9
+ * Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019
10
+ * This is the last release of `cmd2` which will support Python 3.4
11
12
## 0.9.12 (April 22, 2019)
13
* Bug Fixes
0 commit comments