Gregory P. Smith <[EMAIL PROTECTED]> added the comment:

The workaround I prefer to use is:

x = zlib.adler32(mystr) & 0xffffffffL

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1202>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to