[issue7966] mhlib uses deprecated module

2010-02-19 Thread Sjoerd Mullender
Sjoerd Mullender added the comment: What's difficult about just doing: import mhlib ? That's all it takes to get the warning. -- ___ Python tracker ___ ___

[issue7966] mhlib uses deprecated module

2010-02-19 Thread R. David Murray
R. David Murray added the comment: The outcome of that discussion is that what this implies is that there is insufficient test coverage of mhlib, such that no one noticed that mhlib was generating deprecation messages. mhlib is itself effectively deprecated, since it no longer exists in py3k.

[issue7966] mhlib uses deprecated module

2010-02-19 Thread Shashwat Anand
Shashwat Anand added the comment: There is a discussion going on python-dev too, the author being sjoerd. http://mail.python.org/pipermail/python-dev/2010-February/097772.html GvR reply : http://mail.python.org/pipermail/python-dev/2010-February/097774.html -- nosy: +l0nwlf __