mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fix various __all__-related errors and omissions (#8031)
This commit is contained in:
@@ -43,7 +43,7 @@ __all__ = [
|
||||
"UNICODE",
|
||||
]
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
if sys.version_info >= (3, 7):
|
||||
__all__ += ["Match", "Pattern"]
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
|
||||
Reference in New Issue
Block a user