summaryrefslogtreecommitdiffstats
path: root/Lib/hashlib.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-08-26 02:58:36 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-08-26 02:58:36 (GMT)
commit9406f5cadbaf4df5f7e4ec767959c7f01a41fec6 (patch)
tree6ac92c85a8d7b07fa9791a4af7e2f945af5db65d /Lib/hashlib.py
parent6777c85cbadbad6c87599374e79979bf053ba148 (diff)
downloadcpython-9406f5cadbaf4df5f7e4ec767959c7f01a41fec6.zip
cpython-9406f5cadbaf4df5f7e4ec767959c7f01a41fec6.tar.gz
cpython-9406f5cadbaf4df5f7e4ec767959c7f01a41fec6.tar.bz2
Use the new buffer api for input data.
Diffstat (limited to 'Lib/hashlib.py')
-rw-r--r--Lib/hashlib.py2
1 files changed, 1 insertions, 1 deletions
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.
#