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
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