Skip to content

Commit caa484b

Browse files
committed
address review: news
1 parent 16878f3 commit caa484b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/whatsnew/3.16.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ array
152152

153153
* The ``'u'`` format code (:c:type:`wchar_t`) which has been deprecated in
154154
documentation since Python 3.3 and at runtime since Python 3.13.
155+
Use ``'w'`` format code instead (:c:type:`Py_UCS4`, always 4 bytes).
155156

156157
asyncio
157158
-------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Remove deprecated ``'u'`` type code (:c:type:`wchar_t`) for the :mod:`array`
2-
module.
2+
module. Use ``'w'`` format code instead (:c:type:`Py_UCS4`, always 4 bytes).

0 commit comments

Comments
 (0)