Partial 1.0 - Partial classes for Python

2007-02-07 Thread Martin v. Löwis
I'm happy to announce partial 1.0; a module to implement partial classes in Python. It is available from http://cheeseshop.python.org/pypi/partial/1.0 A partial class is a fragment of a class definition; partial classes allow to spread the definition of a class over several modules. One location

[ANN] DirectPython 0.8

2007-02-07 Thread Heikki Salo
A new version of DirectPython is now available at http://directpython.sourceforge.net/ What is it? --- DirectPython is a C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. The fu