diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-13 20:54:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-13 20:54:41 (GMT) |
commit | 87456e53a8f399482c29ef07cbfecaa5a84e2413 (patch) | |
tree | 09f4ee4818eb3898538a0918c4954185d37a315a /Lib/ctypes | |
parent | a87e31ca525d7c6c204aa74a23e85e52a2ede70d (diff) | |
parent | e7f4c1c045b075410e97d71a7f3db9e88866dce2 (diff) | |
download | cpython-87456e53a8f399482c29ef07cbfecaa5a84e2413.zip cpython-87456e53a8f399482c29ef07cbfecaa5a84e2413.tar.gz cpython-87456e53a8f399482c29ef07cbfecaa5a84e2413.tar.bz2 |
#18981: merge with 3.3.
Diffstat (limited to 'Lib/ctypes')
-rw-r--r-- | Lib/ctypes/test/test_integers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py index 5b6453a..62e4b08 100644 --- a/Lib/ctypes/test/test_integers.py +++ b/Lib/ctypes/test/test_integers.py @@ -1,4 +1,4 @@ -# superseeded by test_numbers.py +# superseded by test_numbers.py import unittest if __name__ == '__main__': |