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 9117fdc commit 48d3f4eCopy full SHA for 48d3f4e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
* Enhancements
3
* `pyscript` limits a command's stdout capture to the same period that redirection does.
4
Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
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
9
## 0.9.12 (April 22, 2019)
10
* Bug Fixes
0 commit comments