[Python-checkins] python/nondist/peps pep-0297.txt,1.1,1.2
bwarsaw@users.sourceforge.net
bwarsaw@users.sourceforge.net
Mon, 29 Jul 2002 11:22:38 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv4189
Modified Files:
pep-0297.txt
Log Message:
Spell checked and minor formatting nits.
Index: pep-0297.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0297.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0297.txt 23 Jul 2002 15:14:06 -0000 1.1
--- pep-0297.txt 29 Jul 2002 18:22:36 -0000 1.2
***************
*** 1,3 ****
! PEP: 0297
Title: Support for System Upgrades
Version: $Revision$
--- 1,3 ----
! PEP: 297
Title: Support for System Upgrades
Version: $Revision$
***************
*** 15,18 ****
--- 15,19 ----
distribution or having to wait for a new patch level release.
+
Problem
***************
*** 27,34 ****
are also available separately, e.g. the distutils, email and PyXML
packages, which can also be installed independently of the Python
! distribution, it is desireable to have an option to upgrade these
packages without having to wait for a new patch level release of
the Python interpreter to bring along the changes.
Proposed Solutions
--- 28,36 ----
are also available separately, e.g. the distutils, email and PyXML
packages, which can also be installed independently of the Python
! distribution, it is desirable to have an option to upgrade these
packages without having to wait for a new patch level release of
the Python interpreter to bring along the changes.
+
Proposed Solutions
***************
*** 55,59 ****
$stdlibpath/system-packages)
! * upgrades can be deinstalled without affecting the rest
of the interpreter installation
--- 57,61 ----
$stdlibpath/system-packages)
! * upgrades can be de-installed without affecting the rest
of the interpreter installation
***************
*** 74,77 ****
--- 76,80 ----
define a standard way of switching on the proposed behaviour.
+
Scope
***************
*** 79,97 ****
--- 82,106 ----
Solution 2: all Python versions supported by distutils
+
Credits
None
+
References
None
+
Copyright
This document has been placed in the public domain.
+
Local Variables:
mode: indented-text
indent-tabs-mode: nil
+ sentence-end-double-space: t
+ fill-column: 70
End: