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:
2424+-----------+--------------------+-------------------+-----------------------+-------+
2525| ``'u' `` | wchar_t | Unicode character | 2 | \( 1) |
2626+-----------+--------------------+-------------------+-----------------------+-------+
27- | ``'w' `` | Py_UCS4 | Unicode character | 4 | |
27+ | ``'w' `` | Py_UCS4 | Unicode character | 4 | \( 2) |
2828+-----------+--------------------+-------------------+-----------------------+-------+
2929| ``'h' `` | signed short | int | 2 | |
3030+-----------+--------------------+-------------------+-----------------------+-------+
6060 .. deprecated-removed :: 3.3 3.16
6161 Please migrate to ``'w' `` typecode.
6262
63+ (2)
64+ .. versionadded :: 3.13
65+
6366
6467The actual representation of values is determined by the machine architecture
6568(strictly speaking, by the C implementation). The actual size can be accessed
You can’t perform that action at this time.
0 commit comments