gh-57281: Fix duplicate deprecation note: array 'u' format (#133113)

This commit is contained in:
Stan Ulbrych 2025-04-29 12:22:15 +01:00 committed by GitHub
parent 0c26dbd16e
commit 59ff42155a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)``.