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.

Author flavio.ribeiro
Recipients flavio.ribeiro
Date 2012-07-20.14:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342795656.91.0.672251528855.issue15406@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2012-07-20 14:47:36flavio.ribeirosetrecipients: + flavio.ribeiro
2012-07-20 14:47:36flavio.ribeirosetmessageid: <1342795656.91.0.672251528855.issue15406@psf.upfronthosting.co.za>
2012-07-20 14:47:34flavio.ribeirolinkissue15406 messages
2012-07-20 14:47:34flavio.ribeirocreate