@@ -149,7 +149,7 @@ which disallows mutable objects such as :class:`bytearray`.
149149 Previously, :exc: `TypeError ` was raised when embedded null code points
150150 were encountered in the Python string.
151151
152- .. deprecated-removed :: 3.3 4.0
152+ .. deprecated-removed :: 3.3 3.12
153153 Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
154154 :c:func: `PyUnicode_AsWideCharString `.
155155
@@ -158,23 +158,23 @@ which disallows mutable objects such as :class:`bytearray`.
158158 Unicode data buffer, the second one its length. This variant allows
159159 null code points.
160160
161- .. deprecated-removed :: 3.3 4.0
161+ .. deprecated-removed :: 3.3 3.12
162162 Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
163163 :c:func: `PyUnicode_AsWideCharString `.
164164
165165``Z `` (:class: `str ` or ``None ``) [const Py_UNICODE \* ]
166166 Like ``u ``, but the Python object may also be ``None ``, in which case the
167167 :c:type: `Py_UNICODE ` pointer is set to ``NULL ``.
168168
169- .. deprecated-removed :: 3.3 4.0
169+ .. deprecated-removed :: 3.3 3.12
170170 Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
171171 :c:func: `PyUnicode_AsWideCharString `.
172172
173173``Z# `` (:class: `str ` or ``None ``) [const Py_UNICODE \* , :c:type: `Py_ssize_t `]
174174 Like ``u# ``, but the Python object may also be ``None ``, in which case the
175175 :c:type: `Py_UNICODE ` pointer is set to ``NULL ``.
176176
177- .. deprecated-removed :: 3.3 4.0
177+ .. deprecated-removed :: 3.3 3.12
178178 Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
179179 :c:func: `PyUnicode_AsWideCharString `.
180180
0 commit comments