Signed-off-by: Filipe Laíns <lains@riseup.net>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>.
(cherry picked from commit
7bafa0cf586227987d3d662264d491e3780024b7)
Co-authored-by: Filipe Laíns <lains@riseup.net>
can be used to test whether a class provides a particular interface; for
example, whether it is hashable or whether it is a mapping.
+.. versionadded:: 3.9
+ These abstract classes now support ``[]``. See :ref:`types-genericalias`
+ and :pep:`585`.
.. _collections-abstract-base-classes:
--- /dev/null
+Add note about :pep:`585` in :mod:`collections.abc`.