From: Jelle Zijlstra Date: Mon, 24 Oct 2022 16:45:43 +0000 (-0700) Subject: gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604) X-Git-Tag: v3.12.0a1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5a9d3f67fc4b62543ddf6bc7b9ed392c2a81ec3;p=thirdparty%2FPython%2Fcpython.git gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604) Followup from #98312. --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d91307abf141..deec42006850 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1000,7 +1000,7 @@ sysconfig tempfile -------- -* :class:`~tempfile.SpooledTemporaryFile` objects now fully implements the methods +* :class:`~tempfile.SpooledTemporaryFile` objects now fully implement the methods of :class:`io.BufferedIOBase` or :class:`io.TextIOBase` (depending on file mode). This lets them work correctly with APIs that expect file-like objects,