mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)
Followup from #98312.
This commit is contained in:
parent
c237076379
commit
c5a9d3f67f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue