tempfile.SpooledTemporaryFile: inherit from IOBase on 3.11 (#7802)

python/cpython#29560

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Jelle Zijlstra
2022-05-17 18:41:47 -07:00
committed by GitHub
parent eab82c838a
commit 8f5a83516b
2 changed files with 25 additions and 15 deletions

View File

@@ -149,10 +149,6 @@ subprocess.getstatusoutput
symtable.SymbolTable.has_exec
sys.UnraisableHookArgs # Not exported from sys
sys.exception
tempfile.SpooledTemporaryFile.detach
tempfile.SpooledTemporaryFile.read1
tempfile.SpooledTemporaryFile.readinto
tempfile.SpooledTemporaryFile.readinto1
tkinter._VersionInfoType.__doc__
traceback.StackSummary.format_frame_summary
traceback.TracebackException.__init__