Letractively / harvestman-crawler

Automatically exported from code.google.com/p/harvestman-crawler
0 stars 0 forks source link

Deprecation Warnings on Ubuntu 10.10, python 2.6.6 #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
HarvestMan-2.0.4betadev_r246
$ python --version
Python 2.6.6

Relevant output:
/usr/local/lib/python2.6/dist-packages/HarvestMan-2.0.4betadev_r246-py2.6.egg/ha
rvestman/lib/crawler.py:53: DeprecationWarning: the sha module is deprecated; 
use the hashlib module instead
  import sha
/usr/local/lib/python2.6/dist-packages/HarvestMan-2.0.4betadev_r246-py2.6.egg/ha
rvestman/lib/urlparser.py:50: DeprecationWarning: the md5 module is deprecated; 
use hashlib instead
  import md5

Original issue reported on code.google.com by joost.so...@gmail.com on 6 Apr 2011 at 9:44