[Python-checkins] python/nondist/peps pep-0262.txt,1.6,1.7

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 29 May 2002 14:24:25 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv28731

Modified Files:
	pep-0262.txt 
Log Message:
Point to (still-unfinished) implementation patch on SF

Index: pep-0262.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0262.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0262.txt	28 Mar 2002 21:39:16 -0000	1.6
--- pep-0262.txt	29 May 2002 21:24:23 -0000	1.7
***************
*** 171,176 ****
      Patches to the Distutils that 1) implement an InstallationDatabase
      class, 2) Update the database when a new package is installed.  3)
!     a simple package management tool, features to be added to this
!     PEP.  (Or a separate PEP?)  
  
  
--- 171,177 ----
      Patches to the Distutils that 1) implement an InstallationDatabase
      class, 2) Update the database when a new package is installed.  3)
!     add a simple package management tool, features to be added to this
!     PEP.  (Or should that be a separate PEP?)  See [2] for the current 
!     patch.
  
  
***************
*** 201,204 ****
--- 202,209 ----
      [1] Michael Muller's patch (posted to the Distutils-SIG around 28
          Dec 1999) generates a list of installed files.
+ 
+     [2] A patch to implement this PEP will be tracked as 
+         patch #562100 on SourceForge.  
+         http://www.python.org/sf/562100