Skip to content
Prev Previous commit
Next Next commit
docs
  • Loading branch information
hauntsaninja committed Feb 21, 2023
commit d534015410146802771ec40955961bbcc1de527c
5 changes: 5 additions & 0 deletions Doc/library/collections.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ Collections Abstract Base Classes -- Detailed Descriptions
The index() method added support for *stop* and *start*
arguments.

.. deprecated:: 3.12
The :class:`ByteString` ABC has been deprecated.
For use in typing, prefer a union, like ``bytes | bytearray``.
For use as an ABC, prefer :class:`Sequence`.

.. class:: Set
MutableSet

Expand Down