[Python-Dev] PEP 297: Support for System Upgrades (original) (raw)
M.-A. Lemburg mal@lemburg.com
Mon, 06 Jan 2003 14:33:33 +0100
- Previous message: [Zope3-dev] Re: [Python-Dev] Holes in time
- Next message: [Python-Dev] PEP 297: Support for System Upgrades
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Barry A. Warsaw wrote:
"GvR" == Guido van Rossum <guido@python.org> writes: GvR> Excellent point. GvR> Or a micro-release should clear out the system-packages GvR> directory. The only reason I'd rather not do that is so that if a package still needs an update for the new Python micro release, a sysadmin could at least copy the package over from one version to the next.
+1
Ok, then, let's call the dir "site-upgrades-" with being major.minor.patchlevel.
It seems that only site.py needs to be changed. Hmm, but what happens if someone invokes Python with -S (don't load site.py) ?
-- Marc-Andre Lemburg CEO eGenix.com Software GmbH
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,... Python Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/
- Previous message: [Zope3-dev] Re: [Python-Dev] Holes in time
- Next message: [Python-Dev] PEP 297: Support for System Upgrades
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]