I just noticed, if you don't define maxsize in _init(), you need to override _full() as well:
def _full(self): return False cheers, Jess -- http://mail.python.org/mailman/listinfo/python-list
I just noticed, if you don't define maxsize in _init(), you need to override _full() as well:
def _full(self): return False cheers, Jess -- http://mail.python.org/mailman/listinfo/python-list