From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:30:03 +0000 (+0200) Subject: [3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147) X-Git-Tag: v3.13.4~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcbda412a18e8c928dd979a6a9822982fb2201fe;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147) gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (cherry picked from commit 59ff42155aa976c0b7db6fdb3dff9c68e833bbaa) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index e3922d24fc6d..a865e6ce585d 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -7,8 +7,6 @@ although there is currently no date scheduled for their removal. * :mod:`argparse`: Nesting argument groups and nesting mutually exclusive groups are deprecated. -* :mod:`array`'s ``'u'`` format code (:gh:`57281`) - * :mod:`builtins`: * ``bool(NotImplemented)``.