From: Mark Dickinson Date: Tue, 6 Apr 2010 15:47:14 +0000 (+0000) Subject: Remove out-of-date comment. X-Git-Tag: v3.2a1~1215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd1bfc614ac59a3072fbc1e9387c567708fffef;p=python Remove out-of-date comment. --- diff --git a/Lib/test/test_structmembers.py b/Lib/test/test_structmembers.py index f9e3a3dd6b..726acd8acc 100644 --- a/Lib/test/test_structmembers.py +++ b/Lib/test/test_structmembers.py @@ -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',