From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 Feb 2026 07:41:33 +0000 (+0100) Subject: [3.14] For `enum.bin`, update versionadded directive from 3.10 to 3.11 (GH-144574... X-Git-Tag: v3.14.4~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cc73ad6423e8e8032515697861419ed3503d451;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index b39164e54753..ec7cbfb52b6e 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 ---------------