[Python-checkins] commit of r41744 - in python/trunk: Doc/api/init.texModules/getbuildinfo.c Python/sysmodule.c
M.-A. Lemburg
mal at egenix.com
Mon Dec 19 00:47:28 CET 2005
Martin v. Löwis wrote:
> M.-A. Lemburg wrote:
>> I wouldn't be surprised if other tools out there parse the
>> sys.version string in a similar way. Wouldn't it be better
>> to keep the old format (after all, the Subversion revision number
>> is a single number as well - just like the old buildno) ?!
>
> What we are talking about here isn't a single number:
> a subversion working copy is denoted by a set of revision
> numbers, plus a set of local modifications (plus a "switched"
> flag, which I don't understand).
>
> svnversion reduces the notion of the set of version numbers
> to only print minimum and maximum (and only a single number
> if they are the same).
Right, but only if you haven't done an "svn update" right before
building the code. I would assume this to be the standard case
if you intend to build a binary distribution.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Dec 19 2005)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::
More information about the Python-checkins
mailing list