June 2010
Beginner
361 pages
10h 2m
English
Author: Benjamin Peterson
This PEP outlines Python's backwards compatibility policy.
As one of the most used programming languages today,[42] the Python core language and its standard library play a critical role in thousands of applications and libraries. This is fantastic; it is probably one of a language designer's most wishful dreams. However, it means the development team must be very careful not to break this existing 3rd party code with new releases.
This policy applies to all public APIs. These include:
Syntax and behavior of these constructs as defined by the reference manual
The C-API
Function, class, module, attribute, and method names and types. ...
Read now
Unlock full access