summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-04-06 15:47:14 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-04-06 15:47:14 (GMT)
commit3dd1bfc614ac59a3072fbc1e9387c567708fffef (patch)
treed2361577ffa33587306c89178711f2f856bfc6da
parent21e85c707e1b8fba2cffd55453a75202114a8662 (diff)
downloadcpython-3dd1bfc614ac59a3072fbc1e9387c567708fffef.zip
cpython-3dd1bfc614ac59a3072fbc1e9387c567708fffef.tar.gz
cpython-3dd1bfc614ac59a3072fbc1e9387c567708fffef.tar.bz2
Remove out-of-date comment.
-rw-r--r--Lib/test/test_structmembers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_structmembers.py b/Lib/test/test_structmembers.py
index f9e3a3d..726acd8 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',