1
1
PEP: 387
2
2
Title: Backwards Compatibility Policy
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
3
Author: Benjamin Peterson <
[email protected] >
6
4
PEP-Delegate: Brett Cannon <
[email protected] >
7
5
Status: Active
8
6
Type: Process
9
- Content-Type: text/x-rst
10
7
Created: 18-Jun-2009
11
8
Post-History: `
19-Jun-2009 <
https://mail.python.org/archives/list/[email protected] /thread/YAZQHFUCYEYIX5MIG6LFJLCVQ5ORVUM6/ >`__,
12
9
`12-Jun-2020 <https://discuss.python.org/t/pep-387-backwards-compatibilty-policy/4421 >`__,
10
+ `19-Dec-2022 <https://discuss.python.org/t/22042 >`__,
13
11
`16-Jun-2023 <https://discuss.python.org/t/formalize-the-concept-of-soft-deprecation-dont-schedule-removal-in-pep-387-backwards-compatibility-policy/27957 >`__
14
12
15
13
@@ -196,6 +194,21 @@ several releases:
196
194
council.
197
195
198
196
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
+
199
212
References
200
213
==========
201
214
@@ -212,14 +225,3 @@ Copyright
212
225
=========
213
226
214
227
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