From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:22:15 +0000 (+0100) Subject: gh-57281: Fix duplicate deprecation note: array 'u' format (#133113) X-Git-Tag: v3.14.0b1~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ff42155aa976c0b7db6fdb3dff9c68e833bbaa;p=thirdparty%2FPython%2Fcpython.git gh-57281: Fix duplicate deprecation note: array 'u' format (#133113) --- diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index 24e8853da906..563f994c04b1 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)``.