From 106782e6f30ee52ec3c373bb1a29e280c1fb1a51 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 28 Apr 2025 22:16:50 +0100 Subject: [PATCH] Fix u deprecation --- 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 24e8853da90621..563f994c04b17b 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)``.