IronPython Community Edition: Sixth Release

There is a fresh release of the IronPython Community Edition (FePy)

FePy Download Page

FePy Homepage

Changes in this release:

IronPython

Updated to IronPython 1.1.

Libraries

Huge improvements to AST support.
Support inspect.getargspec().
Pickle integration with .NET Serialization.
platform module that can handle IronPython. (Anthony Baxter)
Implement os.access(). (Rachel Hestilow)

Bundles

pybench benchmark (thanks to platform module).
pyflakes code checker (thanks to AST support).
wsgiref synced to 2.5.1.

Patches

You can read the summary of applied patches here.
http://fepy.sourceforge.net/patches.html

New in this release:
patch-ironpython-import-hack

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger