Skip to content

Commit 282d691

Browse files
authored
Define "backwards incompatibility"
1 parent 94a7f4c commit 282d691

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pep-0387.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ millions of applications and libraries. This is fantastic. However, it
2727
means the development team must be very careful not to break this
2828
existing 3rd party code with new releases.
2929

30+
This PEP takes the perspective that "backwards incompatibility" means
31+
preexisting code ceases to comparatively function after a change. It is
32+
acknowledged that this is not a concrete definition, but the expectation
33+
is people in general understand what is meant by
34+
"backwards incompatibility", and if they are unsure they may ask the
35+
Python development team and/or steering council for guidance.
36+
3037

3138
Backwards Compatibility Rules
3239
=============================

0 commit comments

Comments
 (0)