]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Apr 2025 11:30:03 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 11:30:03 +0000 (11:30 +0000)
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

index e3922d24fc6dd774c392f5fc99f86c0346c8e823..a865e6ce585df35d5a55dbcf3efa4b8b66e3b01c 100644 (file)
@@ -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)``.