[John Burk wrote]
> Which version of win32all ships with ActivePython 2.4.1 Build 247, and
> which will ship with 2.4.2 when it finally shows up on your website?

    C:\trentm\as\main\Apps\ActivePython-devel>python
    ActivePython 2.4.2 Build 248 (ActiveState Corp.) based on
    Python 2.4.2 (#67, Oct 30 2005, 16:11:18) [MSC v.1310 32 bit (Intel)] on
    win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import pprint, activestate
    >>> pprint.pprint(activestate.version_info)
    {'bsddb_version': '4.2.52.NC',
     'build_full_platform': 'win32-ix86',
     'build_machine': 'alligator',
     'build_number': 248,
     'build_platform': 'win32-ix86',
     'build_time': 'Sun Oct 30 16:21:07 2005',
     'bzip2_version': '1.0.2',
     'change_number': 210850,
     'compiler': 'vc7-x86',
     'configuration': [],
     'platform': 'win32-ix86',
     'productType': 'ActivePython',
     'python_version': '2.4.2',
     'pywin32_version': '20051027',
     'tcltk_version': '8.4',
     'zlib_version': '1.2.3'}
    >>>

"20051027" means that the PyWin32 CVS sources as of 27 Oct 2005 we used
for the ActivePython build. Typically the PyWin32 in an ActivePython
build is the same as (or very nearly) to a branded (by Mark Hammond)
build number of PyWin32. In this case it is close to PyWin32 build 205.

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to