On Fri, Sep 26, 2008 at 3:28 PM, Simon Cross <[EMAIL PROTECTED]> wrote: >>>> import hashlib >>>> hashlib.md5(b"foo").digest() > '\xac\xbd\x18\xdbL\xc2\xf8\\\xed\xefeO\xcc\xc4\xa4\xd8' > > works without warnings in both current 2.6 and 3.0.
And in 2.5 without the 'b' before the "foo". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
