http://hg.python.org/cpython/rev/a968ed87ff75 changeset: 70128:a968ed87ff75 parent: 70125:599487064aa0 user: Gregory P. Smith <greg at krypto.org> date: Sat May 14 15:35:56 2011 -0700 summary: fix whitespace files: Lib/hashlib.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/hashlib.py b/Lib/hashlib.py --- a/Lib/hashlib.py +++ b/Lib/hashlib.py @@ -86,7 +86,7 @@ elif bs == '384': return _sha512.sha384 except ImportError: - pass # no extension module, this hash is unsupported. + pass # no extension module, this hash is unsupported. raise ValueError('unsupported hash type %s' % name) -- Repository URL: http://hg.python.org/cpython