Hi, > Maintainer should modify the hash-bang line in python scripts from > `#!/usr/bin/python' to `#!/usr/bin/python2.5' > because some DeprecationWarning appeared and said md5, sha, mimify modules > should be replaced.
I think your report is a bit wrong. Yes, running pyca does produce DeprecationWarnings when run with python2.6, but it seems not to disturb the workflow of pyca. md5 and sha are deprecated since 2.5 in favour of hashlib mimify is deprecated since 2.3 in favour of email Setting shebang to python2.5 would only fix 2 of 3 warnings and make users angry who do not need py2.5 on their systems otherwise. I'm adding Michael as upstream to CC, because you are right and pyca *should* be ported to use the newer libs, but this is not a must have for Squeeze. Regards Evgeni PS: I plan to downgrade this to wishlist and retitle to "pyca should be ported to newer python libs" - any objections? Lars? -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org