]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:43:22 +0000 (08:43 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Feb 2026 07:43:22 +0000 (07:43 +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 a3e0a57e09cebff1d63b23fa458dafc7f561995d..585c4e1c68c4f9a914f94bcd98592a38dc78ac69 100644 (file)
@@ -1052,7 +1052,7 @@ Utilities and Decorators
       >>> enum.bin(~10)   # ~10 is -11
       '0b1 0101'
 
-   .. versionadded:: 3.10
+   .. versionadded:: 3.11
 
 ---------------