Menu

#1 Use hashlib instead of deprecated modules

open
nobody
None
5
2010-05-31
2010-05-31
Howard Chu
No

The md5 and sha modules are deprecated, so you always get a warning from using the crypto modules. This simple patch fixes them to use the new hashlib module instead.

Discussion

  • Howard Chu

    Howard Chu - 2010-05-31

    use hashlib

     
  • nymble

    nymble - 2010-08-24

    Thanks - needs a bunch of updates for latest python version.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.