[Part of patch #1182394] Move the HMAC blocksize to be a class-level
commit26042a15966c5da6ec396905e3c367055ab3453b
authorandrew.kuchling <andrew.kuchling@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 27 Dec 2006 03:25:31 +0000 (27 03:25 +0000)
committerandrew.kuchling <andrew.kuchling@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 27 Dec 2006 03:25:31 +0000 (27 03:25 +0000)
treeb14a67821084fa509671982028b5c3d140d71ec4
parent5d0933f6f5bad65c5ed379343d5f34a19f93173f
[Part of patch #1182394] Move the HMAC blocksize to be a class-level
constant; this allows changing it in a subclass.  To accommodate this,
copy() now uses __class__.  Also add some text to a comment.

git-svn-id: http://svn.python.org/projects/python/trunk@53159 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/hmac.py