summaryrefslogtreecommitdiffstats
path: root/Lib/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/typing.py')
-rw-r--r--Lib/typing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/typing.py b/Lib/typing.py
index 8e63810..938e529 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -1944,6 +1944,7 @@ _PROTO_ALLOWLIST = {
'Reversible', 'Buffer',
],
'contextlib': ['AbstractContextManager', 'AbstractAsyncContextManager'],
+ 'os': ['PathLike'],
}