add _sqlite3 module (#11174)

This aligns with the implementation while giving greater fidelity
to runtime naming and inheritance

Related to https://github.com/python/typeshed/issues/3968 and https://github.com/python/typeshed/issues/11141
This commit is contained in:
Stephen Morton
2024-10-04 17:28:26 -07:00
committed by GitHub
parent 99095f5437
commit 39650b43b5
8 changed files with 1011 additions and 541 deletions

View File

@@ -50,6 +50,7 @@ _pydecimal: 3.5-
_random: 3.0-
_sitebuiltins: 3.4-
_socket: 3.0- # present in 3.0 at runtime, but not in typeshed
_sqlite3: 3.0-
_ssl: 3.0-
_stat: 3.4-
_thread: 3.0-