From 40c2c83899053d004ac2df8e58b2b4145b01370e Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Tue, 29 Dec 2020 04:50:22 -0700 Subject: Fix typo in NEWS (GH23958) --- Misc/NEWS.d/3.8.0a1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst index b7164a5..89811c1 100644 --- a/Misc/NEWS.d/3.8.0a1.rst +++ b/Misc/NEWS.d/3.8.0a1.rst @@ -1784,7 +1784,7 @@ instead of an OrderedDict. .. nonce: Q0ktFC .. section: Library -An ExitStack is now used internally within subprocess.POpen to clean up pipe +An ExitStack is now used internally within subprocess.Popen to clean up pipe file handles. No behavior change in normal operation. But if closing one handle were ever to cause an exception, the others will now be closed instead of leaked. (patch by Giampaolo Rodola) -- cgit v0.12