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
Nevermind--chr(0x64) is 'd', as in duh.
--dang
--
http://mail.python.org/mailman/listinfo/python-list
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