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 9cdeee1 commit efe82f3Copy full SHA for efe82f3
Doc/deprecations/pending-removal-in-3.15.rst
@@ -6,7 +6,7 @@ Pending removal in Python 3.15
6
* Setting ``__cached__`` on a module while
7
failing to set :attr:`__spec__.cached <importlib.machinery.ModuleSpec.cached>`
8
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`)
+ be taken into consideration by the import system or standard library. (:gh:`97879`)
10
11
* Setting :attr:`~module.__package__` on a module while
12
failing to set :attr:`__spec__.parent <importlib.machinery.ModuleSpec.parent>`
0 commit comments