commit | b2514c4934291364404a2bc78256b77026a80dff | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Aug 07 00:49:53 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 07 00:49:53 2020 -0700 |
tree | cb668a807c0949605d606c8881b03d96d3212c8b | |
parent | fc354ca51d0b6f24f2871788dfa7e35c56129f8b [diff] |
bpo-41098: Doc: Add missing deprecated directives (GH-21162) PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented. (cherry picked from commit 46e19b61d31ba99f049258efa4ff1334856a3643) Co-authored-by: Inada Naoki <songofacandy@gmail.com>