DeprecationWarning on md5

2009-11-18 Thread Zeynel
\spread\pb.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 C:\Python26\lib\site-packages\twisted\mail\smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead I found several references to this bug but I could

Re: DeprecationWarning on md5

2009-11-18 Thread Chris Rebert
the hashlib module instead import sha C:\Python26\lib\site-packages\twisted\spread\pb.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 C:\Python26\lib\site-packages\twisted\mail\smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email

Re: DeprecationWarning on md5

2009-11-18 Thread Zeynel
\pb.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 C:\Python26\lib\site-packages\twisted\mail\smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead I found several references to this bug but I could