]> granicus.if.org Git - python/commit
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Apr 2018 05:13:38 +0000 (22:13 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Apr 2018 05:13:38 +0000 (22:13 -0700)
commitb8fc2d658094941250116a48577f54d1f6300362
treeb016103291c51fc3cc6cee380d814a1e9ce89ae0
parent9216dffbc8a2aa62789f81f51f64bc1ec7bf6883
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)

Py_UNICODE is deprecated since Python 3.3.
But the deprecation is missed in the c-api/arg document.
(cherry picked from commit 42ec190761a2e8503aaa06f0bfaaabe98749179b)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Doc/c-api/arg.rst
Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst [new file with mode: 0644]