make os._wrap_close not inherit from TextIOWrapper (#12774)

This commit is contained in:
Stephen Morton
2024-10-14 02:39:30 -07:00
committed by GitHub
parent 4b5a7b09a4
commit 16bab543a3
2 changed files with 29 additions and 5 deletions

View File

@@ -634,6 +634,13 @@ tkinter.Place.place_slaves
tkinter.Place.slaves
# Methods that come from __getattr__() at runtime
os._wrap_close.read
os._wrap_close.readable
os._wrap_close.readline
os._wrap_close.readlines
os._wrap_close.writable
os._wrap_close.write
os._wrap_close.writelines
tkinter.Tk.adderrorinfo
tkinter.Tk.call
tkinter.Tk.createcommand