ANN: python-aspects 1.2 released

2008-10-09 Thread Antti Kervinen
Hello! aspects.py is a lightweight and low-level library for intercepting function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original

Re: ANN: python-aspects 1.2 released

2008-10-09 Thread Stef Mientki
Antti Kervinen wrote: Hello! aspects.py is a lightweight and low-level library for intercepting function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the