Point to (still-unfinished) implementation patch on SF

This commit is contained in:
Andrew M. Kuchling 2002-05-29 21:24:23 +00:00
parent 2532a8121c
commit 944cefbb9f
1 changed files with 7 additions and 2 deletions

View File

@ -170,8 +170,9 @@ Deliverables
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?)
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.
Rejected Suggestions
@ -201,6 +202,10 @@ References
[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
Acknowledgements