xonsh/news/procs.rst
Anthony Scopatz 3afd5430a0
Procs Initial Refactor (#3897)
* refectored builtins

* refectored posix and readers

* refectored posix and readers

* proxies

* pipelines

* basic procs import cleanup

* fixed / refactored tests

* procs docs

* amalgamate

* XONSH_DEBUG=1 in tests

* exclude xonsh.procs mypy

* Use `pip install` instead of `python setup.py install`

* Update docs/api/procs/pipelines.rst

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>

Co-authored-by: Gil Forsyth <gil@forsyth.dev>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-10-20 10:21:11 -04:00

27 lines
449 B
ReStructuredText

**Added:**
* New ``xonsh.procs`` subpackage for handling subprocess mode.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* The deprecated ``foreground`` decorator has been removed.
Please use ``unthreadable`` instead.
* ``xonsh.proc.unthreadable`` and ``xonsh.proc.uncapturable``
have been moved to ``xonsh.tools``. Please import from
this module instead.
**Fixed:**
* <news item>
**Security:**
* <news item>