[ANNOUNCE] PyGTK 2.15.2 - unstable

2009-06-21 Thread Gian Mario Tagliaretti
A new unstable development release of the Python bindings for GTK+ has been released. The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.15/ Thanks to Paul Pogonyshev who has done all the hard job prepa

Python-URL! - weekly Python news and links (Jun 20)

2009-06-21 Thread Gabriel Genellina
QOTW: "... open recursion with abstraction is supported in OOP but it requires elaborate and rather tedious boilerplate in FP ..." - Martin Odersky http://www.nabble.com/Re%3A--scala--usefulness-of-OOP-p23273389.html How to write a method that may act both as an instance method a

ANN: W3C HTML batch Validator in Python

2009-06-21 Thread Christof Hoeke
what is it -- A simple script calling the W3C HTML Validator in batch mode. Adapted from Perl version. changes since the last full release --- - BUGFIX: checks for Valid or Invalid adapted to changes of W3C HTML Validator HTML (the check is really naive

discover: automatic test discovery for unittest

2009-06-21 Thread Fuzzyman
The discover module is a backport of the automatic test discovery from python-trunk (what will become Python 2.7 & 3.2) to work with Python 2.4 or more recent (including Python 3.0). Test discovery allows you to run all the unittest based tests (or just a subset of them) in your project without yo