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