From 83121b187702c79957fd5a4d3e1ac9a6de42968d Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 30 Apr 2026 20:21:28 -0700 Subject: [PATCH] Add note that we only have versionadded since 4.0 Closes #644 --- doc/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 49f2c170..e8da24dc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -65,6 +65,10 @@ version from which features were backported; for example, ``typing_extensions`` 3.10.0.0 was meant to reflect ``typing`` as of Python 3.10.0. During this period, no changelog was maintained. +In the documentation below, for each object added since version 4.0 +there is a note indicating the version in which it was added. Objects +for which no such note is present have been present since before version 4.0. + Runtime use of types ~~~~~~~~~~~~~~~~~~~~