]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-57281: Fix duplicate deprecation note: array 'u' format (#133113)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 29 Apr 2025 11:22:15 +0000 (12:22 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 11:22:15 +0000 (13:22 +0200)
Doc/deprecations/pending-removal-in-future.rst

index 24e8853da906214a49b1b8ea737e38a9b32e660a..563f994c04b17b4cc9922c34fe3ed0f270f59d58 100644 (file)
@@ -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)``.