cpython/Misc/NEWS.d/next/Core and Builtins/2020-05-27-22-37-58.bpo-407...

4 lines
185 B
ReStructuredText

Attributes ``start``, ``stop`` and ``step`` of the :class:`range` object now
always has exact type :class:`int`. Previously, they could have been an
instance of a subclass of ``int``.