Re: PyDS 0.7.2 upgrade problems

Georg Bauer <gb-BRhJDZTO+/[email protected]> Mon, 17 May 2004 10:37:45 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> The key is __hash__ and plugging in
>
> def __hash__(self):
> 	return id(self)
>
> them works fine with Python 2.3.

Great, thanks! I commited the changes, so whoever wants can try it with 
2.3.

bye, Georg