> echo adds a newline: > > >>> import md5 > >>> test = md5.new("marius\n") > >>> print test.hexdigest() > 0f0f60ac801a9eec2163083a22307deb > > Just
Thanks, that was it ;) -- http://mail.python.org/mailman/listinfo/python-list
> echo adds a newline: > > >>> import md5 > >>> test = md5.new("marius\n") > >>> print test.hexdigest() > 0f0f60ac801a9eec2163083a22307deb > > Just
Thanks, that was it ;) -- http://mail.python.org/mailman/listinfo/python-list