]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
For `enum.bin`, update versionadded directive from 3.10 to 3.11 (#144574)
authorGuo Ci <zguoci@gmail.com>
Sun, 8 Feb 2026 07:35:02 +0000 (02:35 -0500)
committerGitHub <noreply@github.com>
Sun, 8 Feb 2026 07:35:02 +0000 (23:35 -0800)
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
 
 ---------------