This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-12-27.17:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356628356.95.0.286090339077.issue16793@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patches that replaces deprecated unittest assert aliases (such as assertEquals) to its nondeprecated counterpart (if such usage is not intended). This eliminates deprecation warnings.
History
Date User Action Args
2012-12-27 17:12:37serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-27 17:12:36serhiy.storchakasetmessageid: <1356628356.95.0.286090339077.issue16793@psf.upfronthosting.co.za>
2012-12-27 17:12:36serhiy.storchakalinkissue16793 messages
2012-12-27 17:12:36serhiy.storchakacreate