commit | 9406f5cadbaf4df5f7e4ec767959c7f01a41fec6 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 26 02:58:36 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 26 02:58:36 2007 +0000 |
tree | 6ac92c85a8d7b07fa9791a4af7e2f945af5db65d | |
parent | 6777c85cbadbad6c87599374e79979bf053ba148 [diff] [blame] |
Use the new buffer api for input data.
diff --git a/Lib/hashlib.py b/Lib/hashlib.py index 78b5c0e..af67114 100644 --- a/Lib/hashlib.py +++ b/Lib/hashlib.py
@@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005-2007 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. #