Anthony Flury via Python-Dev wrote:
//I did suggest strongly to the original questioner that relying on the same hash value across different platforms wasn't a clever solution

Even without randomisation, I wouldn't rely on hash values
staying the same between different Python versions. Storing
them in a database sounds like a really bad idea.

--
Greg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to