File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ defined:
24
24
+-----------+--------------------+-------------------+-----------------------+-------+
25
25
| ``'u' `` | wchar_t | Unicode character | 2 | \( 1) |
26
26
+-----------+--------------------+-------------------+-----------------------+-------+
27
- | ``'w' `` | Py_UCS4 | Unicode character | 4 | |
27
+ | ``'w' `` | Py_UCS4 | Unicode character | 4 | \( 2) |
28
28
+-----------+--------------------+-------------------+-----------------------+-------+
29
29
| ``'h' `` | signed short | int | 2 | |
30
30
+-----------+--------------------+-------------------+-----------------------+-------+
60
60
.. deprecated-removed :: 3.3 3.16
61
61
Please migrate to ``'w' `` typecode.
62
62
63
+ (2)
64
+ .. versionadded :: 3.13
65
+
63
66
64
67
The actual representation of values is determined by the machine architecture
65
68
(strictly speaking, by the C implementation). The actual size can be accessed
You can’t perform that action at this time.
0 commit comments