mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add sys.stdlib_module_names for Python 3.10 (#5523)
This commit is contained in:
@@ -8,6 +8,7 @@ from typing import (
|
||||
AsyncGenerator,
|
||||
Callable,
|
||||
Dict,
|
||||
FrozenSet,
|
||||
List,
|
||||
NoReturn,
|
||||
Optional,
|
||||
@@ -74,6 +75,8 @@ ps2: str
|
||||
stdin: TextIO
|
||||
stdout: TextIO
|
||||
stderr: TextIO
|
||||
if sys.version_info >= (3, 10):
|
||||
stdlib_module_names: FrozenSet[str]
|
||||
__stdin__: TextIO
|
||||
__stdout__: TextIO
|
||||
__stderr__: TextIO
|
||||
|
||||
Reference in New Issue
Block a user