Mac OSX 10.6 (Snow Leopard) Deprecation Warnings
Keith Irwin
keith.irwin at gmail.com
Wed Sep 30 00:31:37 BST 2009
Folks--
I installed BZR 2.0 via the Snow Leopard Installer this morning and now when
I interact with SFTP (for instance, pushing to a remote server, or doing a
"missing" or something), I get the following:
/Library/Python/2.6/site-packages/Crypto/Hash/SHA.py:6: DeprecationWarning:
the sha module is deprecated; use the hashlib module instead
from sha import *
/Library/Python/2.6/site-packages/Crypto/Hash/MD5.py:6: DeprecationWarning:
the md5 module is deprecated; use hashlib instead
from md5 import *
Any advice on how to get rid of these messages? I can hack up the Python
mods, but that doesn't seem like an especially good idea.
Is there some way that the BZR installer, or code base, can be adjusted to
use the new libs, or something?
Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090929/74d0db9b/attachment.htm
More information about the bazaar
mailing list