[Python-checkins] cpython: ... and fix the name of the sha1 file name.

matthias.klose python-checkins at python.org
Thu Jun 21 16:23:16 CEST 2012


http://hg.python.org/cpython/rev/98b0ae585f5e
changeset:   77533:98b0ae585f5e
user:        doko at ubuntu.com
date:        Thu Jun 21 16:22:15 2012 +0200
summary:
  ... and fix the name of the sha1 file name.

files:
  Modules/Setup.dist |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/Setup.dist b/Modules/Setup.dist
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -241,7 +241,7 @@
 
 # The _sha module implements the SHA checksum algorithms.
 # (NIST's Secure Hash Algorithms.)
-#_sha1 shamodule.c
+#_sha1 sha1module.c
 #_sha256 sha256module.c
 #_sha512 sha512module.c
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list