Issue 20877: test_grammar: assertEquals is deprecated (original) (raw)

Issue20877

Created on 2014-03-10 01:01 by westley.martinez, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_grammar.deprecation.diff westley.martinez,2014-03-10 01:01 review
Messages (2)
msg213001 - (view) Author: Westley Martínez (westley.martinez) * Date: 2014-03-10 01:01
Use of assertEquals in test_grammar is deprecated. I've included a patch to change it to assertEqual.
msg213011 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-10 01:59
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
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65076
2014-03-10 01:59:35 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-03-10 01:01:52 westley.martinez create