On Oct 15, 7:24 am, Austin Bingham <austin.bing...@gmail.com> wrote:
> [snip] I'd like to create a set of these
> objects where the hashing is done on these names. [snip]

Why not use a dict?  The key would be the object name.  Pretty much
the same behavior as a set (via the key), and you can still easily
iterate over the objects.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to