Ticket #70 (defect)
Opened 5 months ago
Last modified 5 months ago
digest.py md5 deprecation warning
Status: new
| Reported by: | guest | Assigned to: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: | ||
.../AuthKit-0.4.3-py2.6.egg/authkit/authenticate/digest.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead

BTW, This is when executing 'paster serve' after following the Pylons Book Ch 18 to set up AuthKit? with the digest method.