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 this list , reading every mail come in or just read what
> you think
> interesting ?
>

I use digest messages on a gmail account. i read the digests whenever i
have time.

--
M.

http://marius.me.uk/

-- 
http://mail.python.org/mailman/listinfo/python-list


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