[issue20877] test_grammar: assertEquals is deprecated

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bda1065e931 by Benjamin Peterson in branch 'default': use assertEqual instead of the deprecated assertEquals (closes #20877) http://hg.python.org/cpython/rev/2bda1065e931 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue20877] test_grammar: assertEquals is deprecated

2014-03-09 Thread Westley Martínez
New submission from Westley Martínez: Use of assertEquals in test_grammar is deprecated. I've included a patch to change it to assertEqual. -- files: test_grammar.deprecation.diff keywords: patch messages: 213001 nosy: westley.martinez priority: normal severity: normal status: open ti