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 21012bc8f620b60..755f4116a6250f1 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 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`