[IronPython] IronPython 0.7.2 Released

Martin Maly martmaly at exchange.microsoft.com
Wed Apr 13 02:23:05 CEST 2005


We are excited to announce the release of IronPython 0.7.2. The
improvements over the recent 0.7.1 release are:

* Indexing .Net arrays, both single- and multi-dimensional
* Correct exception thrown on division by zero (ZeroDivisionError)
* string constant parsing fixed to handle unrecognized escape sequences
correctly
* Complex slicing scenarios fixed
* issubclass(class, instance) fixed to raise correct exception
* chr(x) raises ValueError on invalid values
* callable() implemented
* object.__delattr__ implemented
* Exception.args can now be accessed from Python code (this relates to
the .Net array access)
* str(None) is now handled correctly
* Call with keyword args is fixed
* Invoking .Net properties with parameters (indexers) is now supported
* .Net classes with static constructor can now be subclassed
* max() and min() fixed to work on lists and support correct arguments
* open file overloads are now implemented
* complex() second argument is optional fixed
* Implementation of long integer division. This enables us to run
Parrotbench again.
* A new example to demonstrate the use of .Net delegates with IronPython

Our thanks go to the following members of the community who reported the
bugs:

Tarlano, luismg, spencermah, jdh2358, Wakk, Nick_Jacobson, Keith J.
Farmer

Thanks and keep in touch,
The IronPython Team

http://workspaces.gotdotnet.com/ironpython
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
http://www.microsoft.com/downloads/details.aspx?FamilyID=ca016ff4-dae8-4
007-8018-4f201003c9dc&displaylang=en



More information about the Ironpython-users mailing list