[issue7966] mhlib does not emit deprecation warning

2012-02-20 Thread Éric Araujo
Éric Araujo added the comment: This was fixed by r63030. -- nosy: +eric.araujo resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed versions: -Python 2.6 ___ Python tracker ___

[issue7966] mhlib does not emit deprecation warning

2010-03-08 Thread Sjoerd Mullender
Sjoerd Mullender added the comment: mhlib is not officially deprecated, if I may believe PEP 4. Therefore I do not agree with the change that was made to this bug report. As far as I am concerned, the bug remains that mhlib uses a deprecated module. -- _

[issue7966] mhlib does not emit deprecation warning

2010-02-19 Thread R. David Murray
R. David Murray added the comment: Hmm. Apparently the actual bug is that mhlib itself does not produce a deprecated message. The test was explicitly changed to mark the module as one that is deprecated. -- title: mhlib uses deprecated module -> mhlib does not emit deprecation warni