]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: add module-level `versionadded` for `annotationlib` (#138511)
authorBrian Schubert <brianm.schubert@gmail.com>
Thu, 4 Sep 2025 20:45:21 +0000 (16:45 -0400)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 20:45:21 +0000 (13:45 -0700)
Doc/library/annotationlib.rst

index 981d89be7d58d68424e63233703586912000a072..b31be97d04519111c1bdcde67b4d4552dad0d57e 100644 (file)
@@ -4,6 +4,7 @@
 .. module:: annotationlib
    :synopsis: Functionality for introspecting annotations
 
+.. versionadded:: 3.14
 
 **Source code:** :source:`Lib/annotationlib.py`