From 6902e6508a907722bd77da6a4ae60bda5dbed4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 27 Apr 2023 12:52:54 +0200 Subject: [PATCH] gh-89415: news file update --- .../next/Library/2020-02-25-00-43-22.bpo-39744.hgK689.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`