]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
authorZackery Spytz <zspytz@gmail.com>
Sun, 7 Mar 2021 06:12:35 +0000 (23:12 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Mar 2021 06:12:35 +0000 (15:12 +0900)
commit8aabfa8550692a76d8a96e138c48faf5a7b2752c
tree594afd851cac2136472f60df220466f140ad0013
parent87ec26b812e9c4095c017dc60f246eda37b83ab2
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)

DeprecationWarnings were being raised in the test_encode_decimal()
and test_transform_decimal() methods after 91a639a0949.
Lib/test/test_unicode.py