]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145870: Fix Format.SOURCE reference in get_annotations docstring (GH-145889...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Mar 2026 23:29:53 +0000 (00:29 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 23:29:53 +0000 (00:29 +0100)
commitc1df96a930ac86797fbe0c42eb2b0b6299b89092
treeed6e15437d21f48df79500b3089b8bccca6e8178
parentd64665b6ae74b54c09a86ae2ea23f578b6927f96
[3.14] gh-145870: Fix Format.SOURCE reference in get_annotations docstring (GH-145889) (GH-146036)

The get_annotations() docstring incorrectly referred to the SOURCE
format, which was renamed to STRING during PEP 749 development.
(cherry picked from commit 2a0fa500f82fc160feb726c0631f58c9a2f76796)

Co-authored-by: wavebyrd <160968744+wavebyrd@users.noreply.github.com>
Co-authored-by: Carson Jones <carson@Carsons-MacBook-Pro.local>
Lib/annotationlib.py