[Mono-list] Python for .NET preview 2 release
Brian Lloyd
brian@zope.com
Fri, 08 Aug 2003 23:46:58 -0400
For those interested, I've made a preview-2 release of
Python for .NET.
Python for .NET is a near-seamless integration of the
CPython runtime with the .NET Common Language Runtime
(CLR). It lets you script and build applications in
Python, using CLR services and components written in any
language that targets the CLR (C#, Managed C++, VB.NET,
etc.).
Highlights of this release include array and indexer
support, better thread handling, the ability to subclass
managed classes in Python and many bug fixes.
For more info or to download the release:
http://zope.org/Members/Brian/PythonNet/
- Brian