]> granicus.if.org Git - python/commitdiff
Remove out-of-date comment.
authorMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 15:47:14 +0000 (15:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 15:47:14 +0000 (15:47 +0000)
Lib/test/test_structmembers.py

index f9e3a3dd6b9a46c2a3b5934341e94a62d9f8c089..726acd8accbae86dce6f2f28c08e6d3b9e48b6be 100644 (file)
@@ -88,8 +88,6 @@ class ReadWriteTests(unittest.TestCase):
         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',