From: Gregory P. Smith Date: Sat, 2 Jan 2010 22:32:00 +0000 (+0000) Subject: Blocked revisions 77252 via svnmerge X-Git-Tag: v3.2a1~1914 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3da3cead9162b559e748b02f3fa21558b55c3c04;p=python Blocked revisions 77252 via svnmerge ........ r77252 | gregory.p.smith | 2010-01-02 14:28:48 -0800 (Sat, 02 Jan 2010) | 5 lines Issue #3745: Undo the requirement for new buffer API only objects to be passed to hashlib functions in python 2.x. The module now uses the 's*' for argument parsing which auto encodes unicode objects to the system default encoding for us. ........ ---