[issue17510] assertEquals deprecated in test_program.py (unittest)

2013-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd7f99e662b7 by Ezio Melotti in branch 'default': #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. http://hg.python.org/cpython/rev/fd7f99e662b7 -- nosy: +python-dev

[issue17510] assertEquals deprecated in test_program.py (unittest)

2013-03-23 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! -- assignee: - ezio.melotti nosy: +ezio.melotti resolution: - fixed stage: - committed/rejected status: open - closed versions: -Python 3.5 ___ Python tracker

[issue17510] assertEquals deprecated in test_program.py (unittest)

2013-03-21 Thread Daniel Black
New submission from Daniel Black: Following #9424 here's a patch that changes assertEquals - assertEqual for Lib/unittest/test/test_program.py against hg tip as of now -- components: Tests files: unittest.patch keywords: patch messages: 184906 nosy: grooverdan priority: normal