MD5 Help Page

2005-10-08 Thread Daniel 'Dang'; Griffith
I'm referring to the text in http://www.python.org/doc/2.4.2/lib/module-md5.html, which shows the same thing I see in the Windows version of the help. The two examples show: '\xbbd\x9c\x83\xdd\x1e\xa5\xc9\xd9\xde\xc9\xa1\x8d\xf0\xff\xe9' as the output, and that is indeed what I see when I run th

Re: MD5 Help Page

2005-10-08 Thread Daniel 'Dang'; Griffith
Nevermind--chr(0x64) is 'd', as in duh. --dang -- http://mail.python.org/mailman/listinfo/python-list

memoize factorial example (was Re: decorators ?)

2004-12-07 Thread Daniel 'Dang'; Griffith
On Tue, 30 Nov 2004 19:38:46 GMT, "Paul McGuire" <[EMAIL PROTECTED]> wrote: >"km" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> Hi all, >> was going thru the new features introduced into python2.4 version. >> i was stuck with 'decorators' - can someone explain me the need of su