From fc0b4ec8c0630048937dcf7f300aa3f8ef538367 Mon Sep 17 00:00:00 2001 From: Lincoln <71312724+Lincoln-developer@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:10:35 +0300 Subject: [PATCH] Update developer-workflow/cpython-deprecation-workflow.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- developer-workflow/cpython-deprecation-workflow.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developer-workflow/cpython-deprecation-workflow.rst b/developer-workflow/cpython-deprecation-workflow.rst index f39225af8..898b7f26d 100644 --- a/developer-workflow/cpython-deprecation-workflow.rst +++ b/developer-workflow/cpython-deprecation-workflow.rst @@ -64,8 +64,9 @@ After the deprecation period (typically 2+ releases): * Update documentation, removing references to the deprecated feature. * Include the removal in the "What's New" for the release. -6. PendingDeprecationWarning Workflow -------------------------------------- +``PendingDeprecationWarning`` workflow +-------------------------------------- + For gradual deprecations: * **Use Case**: When you want to signal future deprecation but not yet alert end-users.