mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
gh-137183: Document that array.array typecode w is new in 3.13 (GH-137184)
This commit is contained in:
parent
11a8652e25
commit
0b4e13c265
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ defined:
|
|||
+-----------+--------------------+-------------------+-----------------------+-------+
|
||||
| ``'u'`` | wchar_t | Unicode character | 2 | \(1) |
|
||||
+-----------+--------------------+-------------------+-----------------------+-------+
|
||||
| ``'w'`` | Py_UCS4 | Unicode character | 4 | |
|
||||
| ``'w'`` | Py_UCS4 | Unicode character | 4 | \(2) |
|
||||
+-----------+--------------------+-------------------+-----------------------+-------+
|
||||
| ``'h'`` | signed short | int | 2 | |
|
||||
+-----------+--------------------+-------------------+-----------------------+-------+
|
||||
|
|
@ -60,6 +60,9 @@ Notes:
|
|||
.. deprecated-removed:: 3.3 3.16
|
||||
Please migrate to ``'w'`` typecode.
|
||||
|
||||
(2)
|
||||
.. versionadded:: 3.13
|
||||
|
||||
|
||||
The actual representation of values is determined by the machine architecture
|
||||
(strictly speaking, by the C implementation). The actual size can be accessed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue