jatin-practice / django-rest-interface

Automatically exported from code.google.com/p/django-rest-interface
0 stars 0 forks source link

Deprecation warnings on py2.6 #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"import md5" generates a DeprecationWarning in Python 2.6. Attached patch
tries to import from the hashlib module, with a fallback for older python
versions.

Original issue reported on code.google.com by bennett....@gmail.com on 20 Oct 2009 at 10:33

Attachments:

GoogleCodeExporter commented 8 years ago
Please clone the new django-rest project and implement improvements:
http://code.google.com/p/django-rest/source/clones

I would be interested in integrating your suggestions.

Original comment by dro...@gmail.com on 23 Dec 2009 at 2:27