From 151e54e3ae159c8589b928ef09df036d37b30108 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:22:15 +0100 Subject: [PATCH] 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> --- Doc/deprecations/pending-removal-in-future.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index e3922d24fc6dd7..a865e6ce585df3 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)``.