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: