From 70c7514a4abcf54f694be2a3f12577dba7daa5c2 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Wed, 30 Jun 2021 19:29:52 +1000 Subject: [PATCH] Added specific removal details --- src/PIL/JpegImagePlugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIL/JpegImagePlugin.py b/src/PIL/JpegImagePlugin.py index 82b4954d1..a14c02283 100644 --- a/src/PIL/JpegImagePlugin.py +++ b/src/PIL/JpegImagePlugin.py @@ -586,8 +586,8 @@ samplings = { def convert_dict_qtables(qtables): warnings.warn( - "convert_dict_qtables is deprecated and will be removed in a future" - " release. Conversion is no longer needed.", + "convert_dict_qtables is deprecated and will be removed in Pillow 10" + "(2023-01-02). Conversion is no longer needed.", DeprecationWarning, ) return qtables