mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Stubtest fixes for the latest patch release of py311 (#11107)
This commit is contained in:
@@ -19,6 +19,9 @@ FLAGS: dict[str, int]
|
||||
TYPE_FLAGS: int
|
||||
GLOBAL_FLAGS: int
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
MAXWIDTH: int
|
||||
|
||||
if sys.version_info < (3, 11):
|
||||
class Verbose(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user