]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] For `enum.bin`, update versionadded directive from 3.10 to 3.11 (GH-144574...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Feb 2026 07:41:33 +0000 (08:41 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Feb 2026 07:41:33 +0000 (07:41 +0000)
For `enum.bin`, update versionadded directive from 3.10 to 3.11 (GH-144574)
(cherry picked from commit d73634935cb9ce00a57dcacbd2e56371e4c18451)

Co-authored-by: Guo Ci <zguoci@gmail.com>
Doc/library/enum.rst

index b39164e54753a77eee20eea90d2e7da60c72997e..ec7cbfb52b6e99e48c1b9a67190cf10ec54f2f09 100644 (file)
@@ -1053,7 +1053,7 @@ Utilities and Decorators
       >>> enum.bin(~10)   # ~10 is -11
       '0b1 0101'
 
-   .. versionadded:: 3.10
+   .. versionadded:: 3.11
 
 ---------------