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 <[email protected]>
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: <[email protected]>
2012-12-27 17:12:36serhiy.storchakalinkissue16793 messages
2012-12-27 17:12:36serhiy.storchakacreate