mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
This commit is contained in:
commit
9ea2d55d91
2 changed files with 7 additions and 5 deletions
|
@ -472,8 +472,8 @@ else:
|
|||
raise
|
||||
|
||||
class SpooledTemporaryFile:
|
||||
"""Temporary file wrapper, specialized to switch from
|
||||
StringIO to a real file when it exceeds a certain size or
|
||||
"""Temporary file wrapper, specialized to switch from BytesIO
|
||||
or StringIO to a real file when it exceeds a certain size or
|
||||
when a fileno is needed.
|
||||
"""
|
||||
_rolled = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue