LaurentCR / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

md5 module is deprecated #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please type example code that produces the issue:

[Any code]

What is the expected output? What do you see instead?

/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/pylast.py:32: DeprecationWarning: the md5 module is deprecated; use 
hashlib instead
  import md5

What version of pyLast is this?

pyLast-0.2b12.tar.gz

Please provide any additional information below.

This occurs with Python 2.6 (on an Intel-based Mac OS X with MacPython), and 
did not occur with 
Python 2.3

Original issue reported on code.google.com by claud...@gmail.com on 16 Oct 2008 at 1:37

GoogleCodeExporter commented 9 years ago
I wasn't aware of that. will do replace it in 0.2b13.

Thank you for taking the time to report this.

Original comment by amr.hassan on 16 Oct 2008 at 3:24