https://github.com/python/cpython/commit/a264142ebf3d5b06e40654ff443e90159bb4c237 commit: a264142ebf3d5b06e40654ff443e90159bb4c237 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-05T11:03:04+03:00 summary:
[3.14] docs: add module-level `versionadded` for `annotationlib` (GH-138511) (#138512) docs: add module-level `versionadded` for `annotationlib` (GH-138511) (cherry picked from commit fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38) Co-authored-by: Brian Schubert <[email protected]> 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]
