Help with hashcode

Bob asw204k at yahoo.com
Tue Aug 13 01:22:15 EDT 2002


I have a mixed java/python( zope) project I am working on and
would like to duplicate the java hashcode on a string with
a python hashcode. Has anyone done this ? hash( "foo_string")
yields different results than new String("foo_string").hashcode().

Thanks in advance.

-Bob



More information about the Python-list mailing list