[Python-checkins] commit of r41744 - in python/trunk: Doc/api/init.tex Doc/lib/libsys.tex Include/pythonrun.h Mac Makefile.pre.in Misc/NEWS Modules/getbuildinfo.c Python/sysmodule.c

M.-A. Lemburg mal at egenix.com
Sun Dec 18 13:01:25 CET 2005


Barry Warsaw wrote:
> On Sat, 2005-12-17 at 20:04 -0800, Neal Norwitz wrote:
>> This change break test_platform.  The problem is the
>> _sys_version_parser regex and _sys_version() can't handle a
>> non-number.
> 
> Yep, and thanks for fixing that.  Saw your checkin -- you just beat me
> to it. ;)

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) ?!

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Dec 18 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