← Back to team overview

ffc team mailing list archive

Re: FFC

 

On Tue, May 03, 2005 at 06:26:35PM -0500, Robert Kirby wrote:
> if this is a "set" in the mathematical sense, Python 2.3 supports them
> 
> from sets import Set, ImmutableSet

Yes.

> I haven't looked at sets in 2.4 -- is there a built-in set that isn't  
> part of a module?

Yes, it's a built-in data type and it was added in Python 2.4.

> Anders, little things like this change from time to time in Python --  
> it's best to be backward compatible a little ways...

Yes, you're probably right. I'll make the change tomorrow.

/Anders



References