mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
more news
This commit is contained in:
parent
20e021696e
commit
3f09fb8f8d
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
|||
```while True: sleep 1``.
|
||||
* Fix for stdin redirects.
|
||||
* Backgrounding works with ``$XONSH_STORE_STDOUT``
|
||||
* ``PopenThread`` blocks its thread from finishing until command has completed
|
||||
or process is suspended.
|
||||
* Added a minimum time buffer time for command pipelines to check for
|
||||
if previous commands have executed successfully. This is helpful
|
||||
for pipelines where the last command takes a long time to start up,
|
||||
|
|
Loading…
Add table
Reference in a new issue