Issue 21005: asyncio.docs : asyncio.subprocess.DEVNULL doc inadequate (original) (raw)

Issue21005

Created on 2014-03-21 10:42 by ajaborsk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg214338 - (view) Author: Alexandre JABORSKA (ajaborsk) Date: 2014-03-21 10:42
asyncio.subprocess.DEVNULL documentation is the same as asyncio.subprocess.STDOUT one and (I guess) inadequate (cut & paste error ?).
msg214339 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-21 10:46
New changeset 70c77ff64df1 by Victor Stinner in branch 'default': Close #21005: Fix documentation of asyncio.subprocess.DEVNULL http://hg.python.org/cpython/rev/70c77ff64df1
msg214340 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-21 10:46
> and (I guess) inadequate (cut & paste error ?). Correct, my bad. It's now fixed. Thanks for the report.
msg214382 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-21 16:16
New changeset 230510d0cb92 by Victor Stinner in branch '3.4': Close #21005: Fix documentation of asyncio.subprocess.DEVNULL http://hg.python.org/cpython/rev/230510d0cb92
History
Date User Action Args
2022-04-11 14:58:00 admin set github: 65204
2014-03-21 16:16:21 python-dev set status: open -> closedresolution: fixedmessages: + stage: resolved
2014-03-21 10:46:57 vstinner set status: closed -> opennosy: + vstinnermessages: + resolution: fixed -> (no value)stage: resolved -> (no value)
2014-03-21 10:46:36 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-03-21 10:42:40 ajaborsk create