Issue 562100: Installation database patch (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/36665

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 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
db-patch akuchling,2002-05-29 21:21
Messages (8)
msg40172 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) 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) * (Python committer) 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) * (Python committer) 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) * (Python committer) Date: 2004-01-30 17:29
Logged In: YES user_id=11375 Reviving this patch.
msg40176 - (view) Author: Fred Drake (fdrake) (Python committer) 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 Drake (fdrake) (Python committer) 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) * (Python committer) 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) * (Python committer) 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
2022-04-10 16:05:22 admin set github: 36665
2002-05-29 21:21:53 akuchling create