• Olivier Delalleau's avatar
    A few improvements to OrderedSet implementation · baac919b
    Olivier Delalleau 提交于
    * Can now construct an OrderedSet from a string
    * Potentially more efficient implementation of __iter__() in Python 2.4
    * __eq__ behavior in the same in both implementations, and now forbids
      comparison to set to avoid confusing non-symmetric equality relations
    baac919b
ordered_set.py 7.6 KB