Retarget PEP 297 for Python 2.6.
Add comment about the possibility to use the strategy for hot-fixes.
This commit is contained in:
parent
d2e441cf11
commit
f3a99c8bb3
|
@ -5,7 +5,7 @@ Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-André Lemburg)
|
Author: mal@lemburg.com (Marc-André Lemburg)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Python-Version: 2.3
|
Python-Version: 2.6
|
||||||
Created: 19-Jul-2001
|
Created: 19-Jul-2001
|
||||||
Post-History:
|
Post-History:
|
||||||
|
|
||||||
|
@ -32,6 +32,9 @@ Problem
|
||||||
packages without having to wait for a new patch level release of
|
packages without having to wait for a new patch level release of
|
||||||
the Python interpreter to bring along the changes.
|
the Python interpreter to bring along the changes.
|
||||||
|
|
||||||
|
On some occasions, it may also be desirable to update modules of
|
||||||
|
the standard library without going through the whole Python release
|
||||||
|
cycle, e.g. in order to provide hot-fixes for security problems.
|
||||||
|
|
||||||
Proposed Solutions
|
Proposed Solutions
|
||||||
|
|
||||||
|
@ -79,7 +82,7 @@ Proposed Solutions
|
||||||
|
|
||||||
Scope
|
Scope
|
||||||
|
|
||||||
Solution 1: Python 2.3 and up
|
Solution 1: Python 2.6 and up
|
||||||
Solution 2: all Python versions supported by distutils
|
Solution 2: all Python versions supported by distutils
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue