We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e41a16 commit 177180fCopy full SHA for 177180f
1 file changed
stdlib/glob.pyi
@@ -9,7 +9,7 @@ __all__ = ["escape", "glob", "iglob"]
9
if sys.version_info >= (3, 13):
10
__all__ += ["translate"]
11
12
-if sys.version_info >= (3, 13):
+if sys.version_info >= (3, 10):
13
@deprecated("Will be removed in Python 3.15; Use `glob.glob` and pass *root_dir* argument instead.")
14
def glob0(dirname: AnyStr, pattern: AnyStr) -> list[AnyStr]: ...
15
0 commit comments