On Mon, May 21, 2007 8:32 pm, Robert Kern wrote:
> Pearu Peterson wrote:
>> Hi,
>>
>> I noticed that numpy revision 3794 introduces `set`
>> but that is available starting from Python 2.4.
>
> Note that the code David added is compatible with Python 2.3.
>
>   22  try:
>   23      set
>   24  except NameError:
>   25      from sets import Set as set

Sorry for the noice, I wasn't careful reading the code..

Best,
Pearu

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to