@@ -55,7 +55,7 @@ def _get_unpatched(cls):
55
55
DistDeprecationWarning .emit (
56
56
"Private function" ,
57
57
"Do not call this function" ,
58
- due_date = (2023 , 7 , 9 ),
58
+ due_date = (2023 , 6 , 1 ),
59
59
# Warning initially introduced in 2016
60
60
)
61
61
return get_unpatched (cls )
@@ -804,7 +804,7 @@ def warn_dash_deprecation(self, opt, section):
804
804
versions. Please use the underscore name { underscore_opt !r} instead.
805
805
""" ,
806
806
see_docs = "userguide/declarative_config.html" ,
807
- due_date = (2023 , 9 , 10 ),
807
+ due_date = (2023 , 9 , 26 ),
808
808
# Warning initially introduced in 3 Mar 2021
809
809
)
810
810
return underscore_opt
@@ -828,7 +828,7 @@ def make_option_lowercase(self, opt, section):
828
828
future versions. Please use lowercase { lowercase_opt !r} instead
829
829
""" ,
830
830
see_docs = "userguide/declarative_config.html" ,
831
- due_date = (2023 , 9 , 10 ),
831
+ due_date = (2023 , 9 , 26 ),
832
832
# Warning initially introduced in 6 Mar 2021
833
833
)
834
834
return lowercase_opt
0 commit comments