Skip to content

Commit 2a860a6

Browse files
encukouambvvstinner
authored
PEP 387: Add a changelog and a missing Post-History entry (#3714)
Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
1 parent e4dd4db commit 2a860a6

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

peps/pep-0387.rst

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
PEP: 387
22
Title: Backwards Compatibility Policy
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Benjamin Peterson <[email protected]>
64
PEP-Delegate: Brett Cannon <[email protected]>
75
Status: Active
86
Type: Process
9-
Content-Type: text/x-rst
107
Created: 18-Jun-2009
118
Post-History: `19-Jun-2009 <https://mail.python.org/archives/list/[email protected]/thread/YAZQHFUCYEYIX5MIG6LFJLCVQ5ORVUM6/>`__,
129
`12-Jun-2020 <https://discuss.python.org/t/pep-387-backwards-compatibilty-policy/4421>`__,
10+
`19-Dec-2022 <https://discuss.python.org/t/22042>`__,
1311
`16-Jun-2023 <https://discuss.python.org/t/formalize-the-concept-of-soft-deprecation-dont-schedule-removal-in-pep-387-backwards-compatibility-policy/27957>`__
1412

1513

@@ -196,6 +194,21 @@ several releases:
196194
council.
197195

198196

197+
Changelog
198+
=========
199+
200+
* 2023-Nov-14: Added ``@deprecated`` decorator per :pep:`702`.
201+
* 2023-Jul-03: Added the Soft Deprecation section, as discussed in
202+
`<https://discuss.python.org/t/27957>`__.
203+
* 2023-Jun-26: Multiple smaller updates and clarifications, discussed in
204+
`<https://discuss.python.org/t/22042>`__.
205+
* 2022-Apr-04: Added explicit notes to ask the Steering Council
206+
in several exceptional cases.
207+
* 2021-Apr-16: Clarified how long a warning must be emitted before
208+
a change can be made.
209+
* 2020-Jul-20: Initial accepted version.
210+
211+
199212
References
200213
==========
201214

@@ -212,14 +225,3 @@ Copyright
212225
=========
213226

214227
This document has been placed in the public domain.
215-
216-
217-
218-
..
219-
Local Variables:
220-
mode: indented-text
221-
indent-tabs-mode: nil
222-
sentence-end-double-space: t
223-
fill-column: 70
224-
coding: utf-8
225-
End:

0 commit comments

Comments
 (0)