[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17510
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue17510
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
severity: normal
status: open
title: assertEquals deprecated in test_program.py (unittest)
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file29533/unittest.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17510
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com