From 59ff42155aa976c0b7db6fdb3dff9c68e833bbaa 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: gh-57281: Fix duplicate deprecation note: array 'u' format (#133113) --- 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 24e8853..563f994 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -13,8 +13,6 @@ although there is currently no date scheduled for their removal. deprecated. * The :class:`argparse.FileType` type converter is deprecated. -* :mod:`array`'s ``'u'`` format code (:gh:`57281`) - * :mod:`builtins`: * ``bool(NotImplemented)``. -- cgit v0.12