https://github.com/python/cpython/commit/dcbda412a18e8c928dd979a6a9822982fb2201fe commit: dcbda412a18e8c928dd979a6a9822982fb2201fe branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner <vstin...@python.org> date: 2025-04-29T11:30:03Z summary:
[3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147) gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (cherry picked from commit 59ff42155aa976c0b7db6fdb3dff9c68e833bbaa) Co-authored-by: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> files: M Doc/deprecations/pending-removal-in-future.rst diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index e3922d24fc6dd7..a865e6ce585df3 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -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)``. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com