https://github.com/python/cpython/commit/57aaee56cba6db6a20a01e1783501ef370940fa0
commit: 57aaee56cba6db6a20a01e1783501ef370940fa0
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2026-02-08T07:43:22Z
summary:

[3.13] For `enum.bin`, update versionadded directive from 3.10 to 3.11 
(GH-144574) (#144589)

For `enum.bin`, update versionadded directive from 3.10 to 3.11 (GH-144574)
(cherry picked from commit d73634935cb9ce00a57dcacbd2e56371e4c18451)

Co-authored-by: Guo Ci <[email protected]>

files:
M Doc/library/enum.rst

diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index a3e0a57e09cebf..585c4e1c68c4f9 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -1052,7 +1052,7 @@ Utilities and Decorators
       >>> enum.bin(~10)   # ~10 is -11
       '0b1 0101'
 
-   .. versionadded:: 3.10
+   .. versionadded:: 3.11
 
 ---------------
 

_______________________________________________
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]

Reply via email to