Evgeni Golov wrote: >> 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.
Yes. A DeprecationWarning in Python is just for informing the developer about future removal of a module/function. > md5 and sha are deprecated since 2.5 in favour of hashlib > mimify is deprecated since 2.3 in favour of email Modules md5 and sha are still available even in Python 2.7 (checked docs right now). So I currently see no urgent need to do anything about this in the upstream source. > PS: I plan to downgrade this to wishlist and retitle to "pyca should be > ported to newer python libs" - any objections? Lars? But in general please note the section *Project status* on http://www.pyca.de/ At the moment I'm not even using pyCA myself anymore. Ciao, Michael. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org