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 bd388c1 commit dbc6e0aCopy full SHA for dbc6e0a
Doc/whatsnew/3.15.rst
@@ -422,7 +422,8 @@ glob
422
----
423
424
* Removed the undocumented :func:`!glob.glob0` and :func:`!glob.glob1`
425
- functions, which have been deprecated since Python 3.13.
+ functions, which have been deprecated since Python 3.13. Use
426
+ :func:`glob.glob` and pass a directory to its *root_dir* argument instead.
427
(Contributed by Barney Gale in :gh:`137466`.)
428
429
Lib/test/test_glob.py
@@ -4,7 +4,6 @@
4
import shutil
5
import sys
6
import unittest
7
-import warnings
8
9
from test.support import is_wasi, Py_DEBUG
10
from test.support.os_helper import (TESTFN, skip_unless_symlink,
0 commit comments