Andrew Svetlov added the comment:
encoding was explicitly disabled by #36686
Now its usage generates ValueError.
asyncio stdio/stdout/stderr streams are bytes.
If you want to propose a patch that supports text streams -- please create
another issue for that.
--
nosy: +asvetlov
resolu
Adam added the comment:
After reading the docs more carefully, it's now plain to me that text encoding
is not supported yet, so actually it's not a bug :)
However the docs should be improved (and then an assertion could be added too)
to prevent people from falling into this trap. Only the `un