Skip to content

Commit dbc6e0a

Browse files
committed
Fix lint, expand whatsnew
1 parent bd388c1 commit dbc6e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ glob
422422
----
423423

424424
* Removed the undocumented :func:`!glob.glob0` and :func:`!glob.glob1`
425-
functions, which have been deprecated since Python 3.13.
425+
functions, which have been deprecated since Python 3.13. Use
426+
:func:`glob.glob` and pass a directory to its *root_dir* argument instead.
426427
(Contributed by Barney Gale in :gh:`137466`.)
427428

428429

Lib/test/test_glob.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import shutil
55
import sys
66
import unittest
7-
import warnings
87

98
from test.support import is_wasi, Py_DEBUG
109
from test.support.os_helper import (TESTFN, skip_unless_symlink,

0 commit comments

Comments
 (0)