python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 13 forks source link

`trio.lowlevel.open_process()` not defined in stub #63

Closed goodboy closed 1 year ago

goodboy commented 2 years ago

I don't see it in the stub file and in 0.20.0+ I think it's a deprecation warning:

[ins] In [2]: trio.open_process
<ipython-input-2-46c1622d900e>:1: TrioDeprecationWarning: trio.open_process is deprecated since Trio 0.20.0; use trio.lowlevel.open_process instead (https://github.com/python-trio/trio/issues/1104)
  trio.open_process
Out[2]: <function trio.lowlevel.open_process(command, *, stdin=None, stdout=None, stderr=None, **options) -> trio.Process>