Added specific removal details

This commit is contained in:
Andrew Murray 2021-06-30 19:29:52 +10:00 committed by GitHub
parent a1d8d638bf
commit 70c7514a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,8 +586,8 @@ samplings = {
def convert_dict_qtables(qtables): def convert_dict_qtables(qtables):
warnings.warn( warnings.warn(
"convert_dict_qtables is deprecated and will be removed in a future" "convert_dict_qtables is deprecated and will be removed in Pillow 10"
" release. Conversion is no longer needed.", "(2023-01-02). Conversion is no longer needed.",
DeprecationWarning, DeprecationWarning,
) )
return qtables return qtables