[Python-checkins] python/nondist/peps pep-0301.txt,1.7,1.8

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 30 Apr 2003 06:37:23 -0700


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv21870

Modified Files:
	pep-0301.txt 
Log Message:
Update description of PEP 262

Index: pep-0301.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0301.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0301.txt	29 Apr 2003 14:47:11 -0000	1.7
--- pep-0301.txt	30 Apr 2003 13:37:17 -0000	1.8
***************
*** 53,59 ****
  
  Issues of package dependency are not addressed due to the complexity
! of such a system.  The original proposal for such a system, PEP 262,
! was dropped as the author realised that platform packaging systems
! (RPM, apt, etc) already handle dependencies, installation and removal.
  
  Issues of package dissemination (storage on a central server) are
--- 53,58 ----
  
  Issues of package dependency are not addressed due to the complexity
! of such a system.  PEP 262 proposes such a system, but as of this
! writing the PEP is still unfinished.
  
  Issues of package dissemination (storage on a central server) are