From ab509438874ca89f044c78fb53c7f6ebcb6c292c Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Tue, 8 Sep 2015 12:00:21 -0400 Subject: [PATCH] Update get_url.py use an abbreviated sha --- network/basics/get_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/basics/get_url.py b/network/basics/get_url.py index 0212e41a7db..0c100dd0187 100644 --- a/network/basics/get_url.py +++ b/network/basics/get_url.py @@ -81,7 +81,7 @@ options: - 'If a checksum is passed to this parameter, the digest of the destination file will be calculated after it is downloaded to ensure its integrity and verify that the transfer completed successfully. - Format: :, e.g.: checksum="sha256:shagoeshere" + Format: :, e.g.: checksum="sha256:D98291AC[...]B6DC7B97" If you worry about portability, only the sha1 algorithm is available on all platforms and python versions. The third party hashlib library can be installed for access to additional algorithms.'