]> granicus.if.org Git - python/commit
[Part of patch #1182394] Move the HMAC blocksize to be a class-level
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Dec 2006 03:25:31 +0000 (03:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Dec 2006 03:25:31 +0000 (03:25 +0000)
commita7ebb33975ab31fb794774010e9bd52685314517
treecfcfed8c538122837acbda6dc9a741285d2db595
parenta4b2381b20edfc8be76df63ef06c0f15959ad7a3
[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.
Lib/hmac.py