mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
add _dbm and _gdbm to align naming of error types with runtime (#12978)
This commit is contained in:
@@ -18,6 +18,7 @@ select.POLLMSG # system dependent
|
||||
(readline.append_history_file)?
|
||||
(fcntl.F_GETLEASE)?
|
||||
(fcntl.F_SETLEASE)?
|
||||
(_gdbm)?
|
||||
|
||||
# Platform differences that cannot be captured by the type system
|
||||
(posix.O_[A-Z_]+)?
|
||||
|
||||
@@ -18,6 +18,8 @@ _winapi.VirtualQuerySize
|
||||
|
||||
# Modules that do not exist on Windows systems
|
||||
_curses
|
||||
_dbm
|
||||
_gdbm
|
||||
_posixsubprocess
|
||||
asyncio.unix_events
|
||||
dbm.gnu
|
||||
|
||||
Reference in New Issue
Block a user