diff --git a/Misc/NEWS.d/next/Library/2020-02-25-00-43-22.bpo-39744.hgK689.rst b/Misc/NEWS.d/next/Library/2020-02-25-00-43-22.bpo-39744.hgK689.rst index 755f4116a6250f1..6c54bc504fafc89 100644 --- a/Misc/NEWS.d/next/Library/2020-02-25-00-43-22.bpo-39744.hgK689.rst +++ b/Misc/NEWS.d/next/Library/2020-02-25-00-43-22.bpo-39744.hgK689.rst @@ -1 +1 @@ -Make :func:`asyncio.subprocess.Process.communicate` close the subprocess's stdin even when called with `input=None` +Make :func:`asyncio.subprocess.Process.communicate` close the subprocess's stdin even when called with `input=None`.