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 palaviv
Recipients SilentGhost, christian.heimes, gregory.p.smith, martin.panter, palaviv, rhettinger, terry.reedy, vstinner
Date 2016-03-31.18:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459449410.76.0.585514089719.issue26488@psf.upfronthosting.co.za>
In-reply-to
Content
I am adding a new patch with a API compatible to GNU md5sum:

$ python -m hashlib md5 /bin/sh
$ d985d0ea551c1253c2305140c583d11f /bin/sh

I will soon add the feature's requested by Victor:
  1) The check option.
  2) Running the hash calculation for different files in different threads.

If anyone would like any other feature he thinks will be helpful please post it.

If we choose to use this API we should remove the dependency on issue 14156.
History
Date User Action Args
2016-03-31 18:36:51palavivsetrecipients: + palaviv, rhettinger, terry.reedy, gregory.p.smith, vstinner, christian.heimes, SilentGhost, martin.panter
2016-03-31 18:36:50palavivsetmessageid: <1459449410.76.0.585514089719.issue26488@psf.upfronthosting.co.za>
2016-03-31 18:36:50palavivlinkissue26488 messages
2016-03-31 18:36:50palavivcreate