blob: 2ea42adf1317354c57c88dbacf2d5042633af303 (
plain)
1
2
3
4
5
6
|
Improve documentation of the stdin, stdout, and stderr arguments of of the
``asyncio.subprocess_exec`` function to specficy which values are supported.
Also mention that decoding as text is not supported.
Add a few tests to verify that the various values passed to the std*
arguments actually work.
|