classification
Title: Installation database patch
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, bob.ippolito, fdrake, loewis
Priority: normal Keywords: patch

Created on 2002-05-29 21:21 by akuchling, last changed 2004-08-23 20:27 by akuchling.

Files
File name Uploaded Description Edit Remove
db-patch akuchling, 2002-05-29 21:21
Messages
msg40172 (view) Author: A.M. Kuchling (akuchling) Date: 2002-05-29 21:21
The attached patch implements an installation database.

This patch is not yet correct; don't bother proofreading it 
yet.  I simply wanted to create a patch number so I could 
put it in PEP 262.
msg40173 (view) Author: A.M. Kuchling (akuchling) Date: 2002-10-24 19:13
Logged In: YES 
user_id=11375

Closing this patch with the withdrawal of PEP 262.
msg40174 (view) Author: Bob Ippolito (bob.ippolito) Date: 2003-10-03 20:19
Logged In: YES 
user_id=139309

This should be brought back into play (patch finished, PEP heavily 
considered, or however that goes), the Package Manager effort 
going on in pythonmac-sig needs this functionality as part of 
distutils.
msg40175 (view) Author: A.M. Kuchling (akuchling) Date: 2004-01-30 17:29
Logged In: YES 
user_id=11375

Reviving this patch.
msg40176 (view) Author: Fred L. Drake, Jr. (fdrake) Date: 2004-02-24 23:02
Logged In: YES 
user_id=3066

The attached patch implies the addition of the file
install_db.py, but does not include that file.  Please
attach that file to this patch report as well.

Thanks!
msg40177 (view) Author: Fred L. Drake, Jr. (fdrake) Date: 2004-03-08 19:50
Logged In: YES 
user_id=3066

Just a note:  The install_db.py file is in Python's CVS, in
nondist/sandbox/pep262/.
msg40178 (view) Author: Martin v. Löwis (loewis) Date: 2004-08-22 16:44
Logged In: YES 
user_id=21627

What is the status of this patch? I see that the PEP still
has open issues. Who is championing this technology?
msg40179 (view) Author: A.M. Kuchling (akuchling) Date: 2004-08-23 20:27
Logged In: YES 
user_id=11375

No one is championing it any longer; closing the patch.
History
Date User Action Args
2002-05-29 21:21:53akuchlingcreate