]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
authorInada Naoki <songofacandy@gmail.com>
Tue, 30 Jun 2020 06:26:56 +0000 (15:26 +0900)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 06:26:56 +0000 (15:26 +0900)
commit038dd0f79dc89566b01ba66a5a018266b2917a19
tree786a85a4a6b9eafa2b768d386077a381dc6a7df1
parent349f76c6aace5a4a2b57f6b442a532faf0027d6b
bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
Doc/whatsnew/3.10.rst
Lib/test/test_unicode.py
Misc/NEWS.d/next/C API/2020-06-17-20-31-12.bpo-36346.mwIyxi.rst [new file with mode: 0644]
Objects/unicodeobject.c