[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
messages: 165933
nosy: flavio.ribeiro
priority: normal
severity: normal
status: open
title: Deprecation Warnings fixes on test suite
versions: Python 3.3

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



[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.
  self.assertEquals(x.a, 10)
1 test OK.
[155770 refs]

--
keywords: +patch
Added file: http://bugs.python.org/file26455/issue15406_fix_ctypes_warnings.diff

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



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