This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox
Date 2009-12-04.20:55:15
SpamBayes Score 1.964529e-06
Marked as misclassified No
Message-id <1259960117.54.0.630253268501.issue7435@psf.upfronthosting.co.za>
In-reply-to
Content
In python 3.x there's a single type for integer: int.
The automatic conversion of the test suite has created many tests which
are duplicate of each other.

The attached patch removes duplication of tests, and fix the strings for
these modules:

  Lib/random.py
  Lib/test/mapping_tests.py
  Lib/test/pickletester.py
  Lib/test/string_tests.py
  Lib/test/test_binop.py
  Lib/test/test_builtin.py
  Lib/test/test_datetime.py
  Lib/test/test_decimal.py
  Lib/test/test_descr.py
  Lib/test/test_dict.py
  Lib/test/test_getargs2.py
  Lib/test/test_int.py
  Lib/test/test_long.py
  Lib/test/test_types.py
History
Date User Action Args
2009-12-04 20:55:19floxsetrecipients: + flox
2009-12-04 20:55:17floxsetmessageid: <1259960117.54.0.630253268501.issue7435@psf.upfronthosting.co.za>
2009-12-04 20:55:16floxlinkissue7435 messages
2009-12-04 20:55:15floxcreate