Steven D'Aprano wrote:
> On Thu, 09 Mar 2006 13:44:25 +0100, bruno at modulix wrote:
>
>
(snip)
>>And it's not "self-referential" - it introduces a references cycle
>>(class object -> instances -> class object), which may or may not be a
>>problem.
>
>
> Every instance knows about a list of every other instance, including
> itself.
mmm... Well, that's True(tm).
> That makes it self-referential in my book.
In mine too.
I should just take some time and learn to read !-)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list