[Python-checkins] r79839 - python/branches/py3k/Lib/test/test_structmembers.py

mark.dickinson python-checkins at python.org
Tue Apr 6 17:47:14 CEST 2010


Author: mark.dickinson
Date: Tue Apr  6 17:47:14 2010
New Revision: 79839

Log:
Remove out-of-date comment.

Modified:
   python/branches/py3k/Lib/test/test_structmembers.py

Modified: python/branches/py3k/Lib/test/test_structmembers.py
==============================================================================
--- python/branches/py3k/Lib/test/test_structmembers.py	(original)
+++ python/branches/py3k/Lib/test/test_structmembers.py	Tue Apr  6 17:47:14 2010
@@ -88,8 +88,6 @@
         self.assertEquals(ts.T_ULONGLONG, 4)
 
     def test_bad_assignments(self):
-        # XXX testing of T_UINT and T_ULONG temporarily disabled;
-        # see issue 8014.
         integer_attributes = [
             'T_BOOL',
             'T_BYTE', 'T_UBYTE',


More information about the Python-checkins mailing list