Skip to content

Commit 4cb36cd

Browse files
committed
Add pending removal
1 parent 84cf7c0 commit 4cb36cd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Pending removal in Python 3.18
44
* No longer accept a boolean value when a file descriptor is expected.
55
(Contributed by Serhiy Storchaka in :gh:`82626`.)
66

7+
* :mod:`abc`
8+
9+
* Soft-deprecated since Python 3.3 :class:`abc.abstractclassmethod`,
10+
:class:`abc.abstractstaticmethod`, and :class:`abc.abstractproperty`
11+
now raise a :exc:`DeprecationWarning`.
12+
These classes will be removed in Python 3.18, instead
13+
use :func:`abc.abstractmethod` with :func:`classmethod`,
14+
:func:`staticmethod`, and :class:`property` respectively.
15+
716
* :mod:`decimal`:
817

918
* The non-standard and undocumented :class:`~decimal.Decimal` format

0 commit comments

Comments
 (0)