mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Fix stubtest now that Python 3.12.1 is out (#11121)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# TODO: fix
|
||||
_curses.unget_wch
|
||||
_curses.window.get_wch
|
||||
curses.window.get_wch
|
||||
|
||||
# These entries looks like a `setup-python` bug:
|
||||
(dbm.gnu)?
|
||||
(_?locale.bind_textdomain_codeset)?
|
||||
|
||||
@@ -14,10 +14,6 @@ enum.Enum.__init__
|
||||
tkinter._VersionInfoType.__doc__
|
||||
typing.NewType.__mro_entries__
|
||||
|
||||
# These can be removed when the next patch release of 3.12 comes out:
|
||||
io.__all__
|
||||
sre_parse.MAXWIDTH
|
||||
|
||||
# ==========
|
||||
# Related to positional-only arguments
|
||||
# ==========
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# CPython bug; waiting on https://github.com/python/cpython/pull/109790 to be backported
|
||||
ntpath.isdir
|
||||
os.path.isdir
|
||||
|
||||
# Undocumented internal method, not really for public consumption.
|
||||
# (Hard to add types for unless we add stubs for the undocumented _overlapped module...)
|
||||
asyncio.IocpProactor.finish_socket_func
|
||||
|
||||
Reference in New Issue
Block a user