This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients SilentGhost, christian.heimes, gregory.p.smith, martin.panter, palaviv, rhettinger, terry.reedy, vstinner
Date 2016-08-18.18:36:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471545384.39.0.666212507138.issue26488@psf.upfronthosting.co.za>
In-reply-to
Content
There are so many existing tools that already do this I don't really see why Python needs to become yet another one.  What is the value in doing this?

Just use the openssl command.  "openssl sha256 myfile"  Or any of the md5sum, sha1sum and other plethora of commands people also have installed.

Overall the change looks pretty good (i left a couple comments on the patch), i'm not going to object to it going in.  But I don't know why we're bothering.
History
Date User Action Args
2016-08-18 18:36:24gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, vstinner, christian.heimes, SilentGhost, martin.panter, palaviv
2016-08-18 18:36:24gregory.p.smithsetmessageid: <1471545384.39.0.666212507138.issue26488@psf.upfronthosting.co.za>
2016-08-18 18:36:24gregory.p.smithlinkissue26488 messages
2016-08-18 18:36:24gregory.p.smithcreate