gh-98658: Add __class_getitem__ to array.array (#98661)

Closes #98658
This commit is contained in:
Jelle Zijlstra 2022-10-31 21:10:18 -07:00 committed by GitHub
parent 7640ede177
commit 5cf317ade1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -118,6 +118,12 @@ New Modules
Improved Modules
================
array
-----
* The :class:`array.array` class now supports subscripting, making it a
:term:`generic type`. (Contributed by Jelle Zijlstra in :gh:`98658`.)
asyncio
-------
@ -141,7 +147,6 @@ asyncio
and will be removed in Python 3.14.
(Contributed by Kumar Aditya in :gh:`94597`.)
pathlib
-------