mirror of https://github.com/python/cpython
Remove out-of-date comment.
This commit is contained in:
parent
21e85c707e
commit
3dd1bfc614
|
@ -88,8 +88,6 @@ class ReadWriteTests(unittest.TestCase):
|
||||||
self.assertEquals(ts.T_ULONGLONG, 4)
|
self.assertEquals(ts.T_ULONGLONG, 4)
|
||||||
|
|
||||||
def test_bad_assignments(self):
|
def test_bad_assignments(self):
|
||||||
# XXX testing of T_UINT and T_ULONG temporarily disabled;
|
|
||||||
# see issue 8014.
|
|
||||||
integer_attributes = [
|
integer_attributes = [
|
||||||
'T_BOOL',
|
'T_BOOL',
|
||||||
'T_BYTE', 'T_UBYTE',
|
'T_BYTE', 'T_UBYTE',
|
||||||
|
|
Loading…
Reference in New Issue