From 2a860a6143219a29f739fb992d7f3c3281b36218 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 17 Apr 2024 15:58:53 +0200 Subject: [PATCH] PEP 387: Add a changelog and a missing Post-History entry (#3714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ɓukasz Langa Co-authored-by: Victor Stinner --- peps/pep-0387.rst | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/peps/pep-0387.rst b/peps/pep-0387.rst index 068684b5d..dec4868ed 100644 --- a/peps/pep-0387.rst +++ b/peps/pep-0387.rst @@ -1,15 +1,13 @@ PEP: 387 Title: Backwards Compatibility Policy -Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson PEP-Delegate: Brett Cannon Status: Active Type: Process -Content-Type: text/x-rst Created: 18-Jun-2009 Post-History: `19-Jun-2009 `__, `12-Jun-2020 `__, + `19-Dec-2022 `__, `16-Jun-2023 `__ @@ -196,6 +194,21 @@ several releases: council. +Changelog +========= + +* 2023-Nov-14: Added ``@deprecated`` decorator per :pep:`702`. +* 2023-Jul-03: Added the Soft Deprecation section, as discussed in + ``__. +* 2023-Jun-26: Multiple smaller updates and clarifications, discussed in + ``__. +* 2022-Apr-04: Added explicit notes to ask the Steering Council + in several exceptional cases. +* 2021-Apr-16: Clarified how long a warning must be emitted before + a change can be made. +* 2020-Jul-20: Initial accepted version. + + References ========== @@ -212,14 +225,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: