[Bf-python] away

Stephen Swaney sswaney at centurytel.net
Fri Sep 15 15:52:05 CEST 2006


I will be away for about a week.

In the meantime, remember that an iterator's job is to step thru
the members of a collection.  Traditionally, adding or deleting
elements of the collection invalidates the iterator.  This makes the
idea of SomeClass.objects.add() less than ideal.  Better to go for
someClass.add() and let someclass manage its objects collection 
itself.

-- 
Stephen Swaney			
sswaney at centurytel.net




More information about the Bf-python mailing list