https://github.com/python/cpython/commit/0cc73ad6423e8e8032515697861419ed3503d451
commit: 0cc73ad6423e8e8032515697861419ed3503d451
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2026-02-08T07:41:33Z
summary:

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

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 b39164e54753a7..ec7cbfb52b6e99 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -1053,7 +1053,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