Skip to content

Commit efe82f3

Browse files
Update Doc/deprecations/pending-removal-in-3.15.rst
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 9cdeee1 commit efe82f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/deprecations/pending-removal-in-3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pending removal in Python 3.15
66
* Setting ``__cached__`` on a module while
77
failing to set :attr:`__spec__.cached <importlib.machinery.ModuleSpec.cached>`
88
is deprecated. In Python 3.15, ``__cached__`` will cease to be set or
9-
taken into consideration by the import system or standard library. (:gh:`97879`)
9+
be taken into consideration by the import system or standard library. (:gh:`97879`)
1010

1111
* Setting :attr:`~module.__package__` on a module while
1212
failing to set :attr:`__spec__.parent <importlib.machinery.ModuleSpec.parent>`

0 commit comments

Comments
 (0)