[issue15406] Deprecation Warnings fixes on test suite

2012-07-20 Thread Flávio Ribeiro
New submission from Flávio Ribeiro em...@flavioribeiro.com: Looking for bugs to be solved on a cPython Sprint, Hynek reported at core-mentorship list some Deprecation Warnings running the test suite in regression mode. This issue aims to solve this warnings. -- components: Tests

[issue15406] Deprecation Warnings fixes on test suite

2012-07-20 Thread Flávio Ribeiro
Flávio Ribeiro em...@flavioribeiro.com added the comment: The patch remove this warning: $ ./python.exe -Wm -m test test_ctypes [1/1] test_ctypes /Users/flavio.barbosa/dev/cpython/Lib/ctypes/test/test_bitfields.py:249: DeprecationWarning: Please use assertEqual instead.

[issue15406] Deprecation Warnings fixes on test suite

2012-07-20 Thread Hynek Schlawack
Changes by Hynek Schlawack h...@ox.cx: -- nosy: +hynek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15406 ___ ___ Python-bugs-list mailing list