Monday, April 16, 2007

r20 bug fixed (and more)

Piet came through again with another great patch. The bug was in setup.py, apparently something was being reused which shouldn't have been. He fixed this and did a big cleanup as well.

He suggested moving to using properties instead of using __getattr__ and __setattr__, this looks like a good idea since it makes the code a bit cleaner and allows us to add docs to the properties easily.

No comments: