Skip to content

Commit

Permalink
deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Dec 18, 2018
1 parent 0d809de commit 8cb40cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/deprecate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ The deprecation can be:
Functions that should deprecated:

* Unicode functions using ``Py_UNICODE`` type
* Py_VA_COPY: see `email <https://mail.python.org/pipermail/python-dev/2016-September/146537.html>`_
* ``Py_VA_COPY()``: use directly standard ``va_copy()``,
see `email <https://mail.python.org/pipermail/python-dev/2016-September/146537.html>`_
* ``Py_MEMCPY()``: `kept for backwards compatibility
<http://github.com/python/cpython/commit/f051e43b22af014364e231c36489e6745993ea34>`_

See:

Expand Down

0 comments on commit 8cb40cf

Please sign in to comment.