Make it clear that PEP 291 covers only Python 2, and mark it final (now that
Python 2.7 - the last in the Python 2 line - has been released).
This commit is contained in:
parent
fd1d228e4e
commit
0fd0f4986d
16
pep-0291.txt
16
pep-0291.txt
|
@ -1,9 +1,9 @@
|
||||||
PEP: 291
|
PEP: 291
|
||||||
Title: Backward Compatibility for Standard Library
|
Title: Backward Compatibility for the Python 2 Standard Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: nnorwitz@gmail.com (Neal Norwitz)
|
Author: nnorwitz@gmail.com (Neal Norwitz)
|
||||||
Status: Active
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 06-Jun-2002
|
Created: 06-Jun-2002
|
||||||
Python-Version: 2.3
|
Python-Version: 2.3
|
||||||
|
@ -12,11 +12,13 @@ Post-History:
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
||||||
This PEP describes the packages and modules in the standard
|
This PEP describes the packages and modules in the Python 2
|
||||||
library which should remain backward compatible with previous
|
standard library which should remain backward compatible with
|
||||||
versions of Python. If a package is not listed here, then it need
|
previous versions of Python. If a package is not listed here,
|
||||||
only remain compatible with the version of Python it is
|
then it need only remain compatible with the version of Python it
|
||||||
distributed with.
|
is distributed with.
|
||||||
|
|
||||||
|
This PEP has no bearing on the Python 3 standard library.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
|
|
Loading…
Reference in New Issue