https://github.com/python/cpython/commit/fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38
commit: fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38
branch: main
author: Brian Schubert <[email protected]>
committer: JelleZijlstra <[email protected]>
date: 2025-09-04T13:45:21-07:00
summary:

docs: add module-level `versionadded` for `annotationlib` (#138511)

files:
M Doc/library/annotationlib.rst

diff --git a/Doc/library/annotationlib.rst b/Doc/library/annotationlib.rst
index 981d89be7d58d6..b31be97d045191 100644
--- a/Doc/library/annotationlib.rst
+++ b/Doc/library/annotationlib.rst
@@ -4,6 +4,7 @@
 .. module:: annotationlib
    :synopsis: Functionality for introspecting annotations
 
+.. versionadded:: 3.14
 
 **Source code:** :source:`Lib/annotationlib.py`
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to