]> granicus.if.org Git - python/commit
Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 22:45:27 +0000 (22:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 22:45:27 +0000 (22:45 +0000)
commit17e17d440644f780e793466b47ca354459a8d68a
tree319e7e3d00ff3b4990f0b2dcaf38169fb99ff890
parentf251d06a66dcadd4d64c6b4d2b3608f33c8a1868
Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).
Unfortunately, the std-mode bBhHIL codes don't do any range-checking; if
and when some of those get fixed, remove their letters from the
IntTester.BUGGY_RANGE_CHECK string.  In the meantime, a msg saying that
range-tests are getting skipped is printed to stdout whenever one is
skipped.
Lib/test/test_struct.py