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.

classification
Title: test_grammar: assertEquals is deprecated
Type: Stage: resolved
Components: Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, westley.martinez
Priority: normal Keywords: patch

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:59adminsetgithub: 65076
2014-03-10 01:59:35python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg213011

resolution: fixed
stage: resolved
2014-03-10 01:01:52westley.martinezcreate