Christian Heimes a écrit :
I'm working with python 2.4 and don't plan to change. The abc module would have been exactly what I was looking for. I'll keep it mind if I ever upgrade to python 2.6+Jean-Michel Pichavant wrote:That could do the trick, sparing me from writing additional code in each methods. Thanks.[email protected]Why are you trying to reinvent the wheel? Python's abc module already takes care of these details.Christian
JM -- http://mail.python.org/mailman/listinfo/python-list
