Skip to content

Commit 93a8091

Browse files
committed
remove unintended change to file
1 parent 4115119 commit 93a8091

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,17 +2173,6 @@ New deprecations
21732173

21742174
(Contributed by Nikita Sobolev in :gh:`136355`.)
21752175

2176-
* :mod:`ast`:
2177-
2178-
* Classes ``slice``, ``Index``, ``ExtSlice``, ``Suite``, ``Param``,
2179-
``AugLoad`` and ``AugStore``, deprecated since Python 3.9, are no longer
2180-
imported by ``from ast import *`` and issue a deprecation warning on
2181-
use. The classes are slated for removal in Python 3.20. These types are not
2182-
generated by the parser or accepted by the code generator.
2183-
* The ``dims`` property of ``ast.Tuple`` objects, deprecated since Python
2184-
3.9, now issues a deprecation warning on use. This property is slated for
2185-
removal in 3.20. Use ``ast.Tuple.elts`` instead.
2186-
21872176
* :mod:`collections.abc`
21882177

21892178
* The following statements now cause ``DeprecationWarning``\ s to be emitted

0 commit comments

Comments
 (0)