Re: SVN: zpkgtools/trunk/zpkgtools/appsupport/configure.in Updated python versions.
Chris McDonough <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
I forget the impact of this, but putting the "target" version number in the "acceptable" list is (according to what I wrote long ago in the comment above the acceptable section) not a good idea. Jim Fulton wrote: > Log message for revision 30730: > Updated python versions. > > > Changed: > U zpkgtools/trunk/zpkgtools/appsupport/configure.in > > -=- > Modified: zpkgtools/trunk/zpkgtools/appsupport/configure.in > =================================================================== > --- zpkgtools/trunk/zpkgtools/appsupport/configure.in 2005-06-10 10:36:30 UTC (rev 30729) > +++ zpkgtools/trunk/zpkgtools/appsupport/configure.in 2005-06-10 11:00:59 UTC (rev 30730) > @@ -21,13 +21,13 @@ > > # Place the optimal target version number (as returned by sys.version) > # below > -TARGET="2.3.4" > +TARGET="2.3.5" > > # Order a list of "acceptable" python version numbers (as returned by > # sys.version) below in "best" to "worst" order, not including the > # target version. Up to six acceptable python versions are allowed. > # Do not include the target version number in this list! > -ACCEPTABLE="2.3.4" > +ACCEPTABLE="2.3.5 2.4.1" > > # provide the executable names for all the acceptable versions > # (and the target version) below > > _______________________________________________ > Zope-CVS maillist - [email protected] > http://mail.zope.org/mailman/listinfo/zope-cvs > > Zope CVS instructions: http://dev.zope.org/CVS > _______________________________________________ Zope-CVS maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS