Skip to content

Commit bd1d78d

Browse files
committed
Address review: Py_UNICODE was removed in 3.16, not Python 4
1 parent eda7732 commit bd1d78d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,8 +2265,8 @@ Deprecated Python modules, functions and methods
22652265
Deprecated functions and types of the C API
22662266
-------------------------------------------
22672267

2268-
The :c:type:`!Py_UNICODE` has been deprecated by :pep:`393` and will be
2269-
removed in Python 4. All functions using this type are deprecated:
2268+
The :c:type:`!Py_UNICODE` has been deprecated by :pep:`393` and was
2269+
removed in Python 3.16. All functions using this type are deprecated:
22702270

22712271
Unicode functions and methods using :c:type:`!Py_UNICODE` and
22722272
``Py_UNICODE*`` types:
@@ -2328,8 +2328,9 @@ Encoders:
23282328
Deprecated features
23292329
-------------------
23302330

2331-
The :mod:`array` module's ``'u'`` format code is now deprecated and will be
2332-
removed in Python 4 together with the rest of the (:c:type:`!Py_UNICODE`) API.
2331+
The :mod:`array` module's ``'u'`` format code is now deprecated and was later
2332+
removed in Python 3.16 together with the rest of the (:c:type:`!Py_UNICODE`)
2333+
API.
23332334

23342335

23352336
Porting to Python 3.3

0 commit comments

Comments
 (0)