gesomax / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

a couple of deprecated warnings #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
using python 2.6

I am seeing:

/usr/lib/python2.6/site-packages/httplib2-0.4.0-py2.6.egg/httplib2/__init__.py:2
9:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
/usr/lib/python2.6/site-packages/httplib2-0.4.0-py2.6.egg/httplib2/__init__.py:4
4:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead

Original issue reported on code.google.com by pjkeane on 4 Mar 2009 at 9:22

GoogleCodeExporter commented 8 years ago
sorry -- I see this is a duplicate of Issue 46

Original comment by pjkeane on 5 Mar 2009 at 8:25

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 26 Jul 2009 at 2:14