amoghrajesh commented on code in PR #56921:
URL: https://github.com/apache/airflow/pull/56921#discussion_r2464636213


##########
airflow-core/docs/release-process.rst:
##########
@@ -74,14 +74,14 @@ Deprecation policy
 
 From time-to-time existing features will be deprecated, or modules will be 
renamed.
 
-When this happens, the existing code will continue to work but will issue a 
DeprecationWarning (or a subclass) when the code is executed.
-This code will continue to work for the rest of the current major version -- 
if it works on 2.0.0, it will work for every 2.Y.Z release.
+When this happens, the existing code will continue to work but will issue a 
DeprecatedImportWarning (or a subclass) when the code is executed.

Review Comment:
   ```suggestion
   When this happens, the existing code will continue to work but will issue a 
DeprecatedImportWarning when the code is executed.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to