Skip to content

Commit dcf77ae

Browse files
authored
PEP 624: Add a discussion link in python-dev (#1818)
1 parent 1653e14 commit dcf77ae

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pep-0624.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,12 @@ a dangling reference after ``PyUnicode_EncodeUTF8()`` returned.
267267
Discussions
268268
===========
269269

270-
* `Plan to remove Py_UNICODE APis except PEP 623
270+
* `[python-dev] Plan to remove Py_UNICODE APis except PEP 623
271271
<https://mail.python.org/archives/list/python-dev@python.org/thread/S7KW2U6IGXZFBMGS6WSJB26NZIBW4OLE/#S7KW2U6IGXZFBMGS6WSJB26NZIBW4OLE>`_
272-
* `bpo-41123: Remove Py_UNICODE APIs except PEP 623: <https://bugs.python.org/issue41123>`_
272+
* `bpo-41123: Remove Py_UNICODE APIs except PEP 623
273+
<https://bugs.python.org/issue41123>`_
274+
* `[python-dev] PEP 624: Remove Py_UNICODE encoder APIs
275+
<https://mail.python.org/archives/list/python-dev@python.org/thread/THXVM7FZVT56B7CPEDIYKJG6VMAYIEK5/#QUGBVLQNBFVNX25AEIL77WSFOHQES6LJ>`_
273276

274277

275278
Objections
@@ -304,14 +307,12 @@ References
304307
.. [2] pyodbc -- Don't use PyUnicode_Encode API #792
305308
(https://github.com/mkleehammer/pyodbc/pull/792)
306309
307-
.. [3] Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
308-
(https://github.com/python/cpython/commit/9c3840870814493fed62e140cfa43c2883e12181)
309-
310310
311311
Copyright
312312
=========
313313

314-
This document has been placed in the public domain.
314+
This document is placed in the public domain or under the
315+
CC0-1.0-Universal license, whichever is more permissive.
315316

316317
..
317318
Local Variables:

0 commit comments

Comments
 (0)