In python 3.0 several libs will be dropped. Python 2.6 already prints warnings about things that will be dropped in 3.0. One of them is md5 which is replaced by hashlib.
A patch making pathological fit for python 3.0
Log in to post a comment.
A patch making pathological fit for python 3.0