summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2020-10-21-02-21-14.bpo-42010.76vJ0u.rst
blob: 2a0cbf1075783752cdcd2a54bd608176fcc82d1c (plain)
1
2
3
4
Clarify that subscription expressions are also valid for certain
:term:`classes <class>` and :term:`types <type>` in the standard library, and
for user-defined classes and types if the classmethod
:meth:`__class_getitem__` is provided.