Re: [Python-Dev] set.remove feature/bug

2005-08-12 Thread Raymond Hettinger
[Paolino] > I can't contact sourceforge bug tracker sorry. I've added a bug report for you: www.python.org/sf/1257731 > set.remove is trying to freeze sets when they are used as keys.No matter > if an __hash__ method is defined. Will fix. Feel free to email me off-list with any questions.

[Python-Dev] set.remove feature/bug

2005-08-12 Thread Paolino
I can't contact sourceforge bug tracker sorry. set.remove is trying to freeze sets when they are used as keys.No matter if an __hash__ method is defined. This is incoherent with Set.remove and dict.__delete__ & co. If this is a feature ,then I ask strongly to keep sets module in the stdlib f