]> granicus.if.org Git - python/commit
Blocked revisions 77252 via svnmerge
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:32:00 +0000 (22:32 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:32:00 +0000 (22:32 +0000)
commit3da3cead9162b559e748b02f3fa21558b55c3c04
tree823fc89833f83d209e7f557de948c302bc84932d
parent2e544fb19834da15eed4800a91e26a61e4ae91d7
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.
........