Re: How do you use this list ?

2006-06-27 Thread Marius Ursache
Bo Yang wrote: Hi everyone , I have join this list for about 4 months , and everyday I receive hundreds of mails . There is no means to read all of them , so I just read something interesting for me . But if so , there are too much mails pile up in my inbox , I want to ask how do you use

Re: md5 from python different then md5 from command line

2006-05-07 Thread Marius Ursache
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