This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Pimp needs to be able to update itself
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-05-02 22:16 by jackjansen, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15831 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-05-02 22:16
Pimp needs a way to update itself. The version number in the
database is good enough for backward compatibility (i.e. a newer
pimp that happens upon an older database) but not for updating, I 
think (an older pimp that comes across a database that is too new).

A possible solution would be analogous to what Apple does with 
Software Update: encode the pimp version number in the URL of the 
database, and when pimp is updated the old database is replaced by 
one that only offers one choice: upgrade pimp.
msg15832 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-05-28 18:58
Logged In: YES 
user_id=45365

Fixed in pimp rev 1.22.
History
Date User Action Args
2022-04-10 16:08:32adminsetgithub: 38431
2003-05-02 22:16:56jackjansencreate