]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4a0 Package Manager shouldn't attempt to use the 2.3 database.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Nov 2003 22:55:39 +0000 (22:55 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Nov 2003 22:55:39 +0000 (22:55 +0000)
Things will definitely change before 2.4, but for now use a slightly
different URL.

Lib/plat-mac/pimp.py

index 1b0ff21d752d48e0fc1d13a9e403cf2e2279370b..375e99d48964aeff3a3ffddb888df7bfbacf8f1b 100644 (file)
@@ -44,7 +44,7 @@ DEFAULT_FLAVORORDER=['source', 'binary']
 DEFAULT_DOWNLOADDIR='/tmp'
 DEFAULT_BUILDDIR='/tmp'
 DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
-DEFAULT_PIMPDATABASE="http://www.python.org/packman/version-0.3/%s.plist" % distutils.util.get_platform()
+DEFAULT_PIMPDATABASE="http://www.python.org/packman/version-0.3/24a0-%s.plist" % distutils.util.get_platform()
 
 def _cmd(output, dir, *cmditems):
     """Internal routine to run a shell command in a given directory."""