@@ -151,7 +151,7 @@ which disallows mutable objects such as :class:`bytearray`.
151
151
Previously, :exc: `TypeError ` was raised when embedded null code points
152
152
were encountered in the Python string.
153
153
154
- .. deprecated-removed :: 3.3 4.0
154
+ .. deprecated-removed :: 3.3 3.12
155
155
Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
156
156
:c:func: `PyUnicode_AsWideCharString `.
157
157
@@ -160,23 +160,23 @@ which disallows mutable objects such as :class:`bytearray`.
160
160
Unicode data buffer, the second one its length. This variant allows
161
161
null code points.
162
162
163
- .. deprecated-removed :: 3.3 4.0
163
+ .. deprecated-removed :: 3.3 3.12
164
164
Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
165
165
:c:func: `PyUnicode_AsWideCharString `.
166
166
167
167
``Z `` (:class: `str ` or ``None ``) [const Py_UNICODE \* ]
168
168
Like ``u ``, but the Python object may also be ``None ``, in which case the
169
169
:c:type: `Py_UNICODE ` pointer is set to ``NULL ``.
170
170
171
- .. deprecated-removed :: 3.3 4.0
171
+ .. deprecated-removed :: 3.3 3.12
172
172
Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
173
173
:c:func: `PyUnicode_AsWideCharString `.
174
174
175
175
``Z# `` (:class: `str ` or ``None ``) [const Py_UNICODE \* , int or :c:type: `Py_ssize_t `]
176
176
Like ``u# ``, but the Python object may also be ``None ``, in which case the
177
177
:c:type: `Py_UNICODE ` pointer is set to ``NULL ``.
178
178
179
- .. deprecated-removed :: 3.3 4.0
179
+ .. deprecated-removed :: 3.3 3.12
180
180
Part of the old-style :c:type: `Py_UNICODE ` API; please migrate to using
181
181
:c:func: `PyUnicode_AsWideCharString `.
182
182
0 commit comments