mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
parent
7640ede177
commit
5cf317ade1
4 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue