[Python-checkins] r53459 - python/trunk/Misc/NEWS

M.-A. Lemburg mal at egenix.com
Wed Jan 17 11:01:21 CET 2007


On 2007-01-17 07:07, Neal Norwitz wrote:
> Thanks MAL!

Thanks for reminding me, Neal.

> On 1/16/07, marc-andre.lemburg <python-checkins at python.org> wrote:
>> Author: marc-andre.lemburg
>> Date: Tue Jan 16 14:03:06 2007
>> New Revision: 53459
>>
>> Modified:
>>    python/trunk/Misc/NEWS
>> Log:
>> Add news items for the recent pybench and platform changes.
>>
>>
>> Modified: python/trunk/Misc/NEWS
>> ==============================================================================
>> --- python/trunk/Misc/NEWS      (original)
>> +++ python/trunk/Misc/NEWS      Tue Jan 16 14:03:06 2007
>> @@ -109,6 +109,14 @@
>>  Library
>>  -------
>>
>> +- Changed platform module API python_version_tuple() to actually
>> +  return a tuple (it used to return a list)
>> +
>> +- Added new platform module APIs python_branch(), python_revision(),
>> +  python_implementation() and linux_distribution()
>> +
>> +- Added support for IronPython and Jython to the platform module
>> +
>>  - The sets module has been deprecated.  Use the built-in set/frozenset types
>>    instead.
>>
>> @@ -376,6 +384,20 @@
>>    number properly.
>>
>>
>> +Tools
>> +-----
>> +
>> +- Added IronPython and Jython support to pybench (part of which
>> +  was patch #1563844)
>> +
>> +- Made some minor changes to pybench output to allow the user
>> +  to see which Python version is running pybench
>> +
>> +- Added support for the new platform module feature
>> +  platform.python_implementation(); this will now be saved
>> +  in the benchmark pickle
>> +
>> +
>>  Documentation
>>  -------------
>>
>> _______________________________________________
>> Python-checkins mailing list
>> Python-checkins at python.org
>> http://mail.python.org/mailman/listinfo/python-checkins
>>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 17 2007)
>>> 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