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 michael.foord
Recipients brett.cannon, michael.foord, rhettinger
Date 2010-09-27.21:38:32
SpamBayes Score 0.0015942472
Marked as misclassified No
Message-id <1285623514.32.0.760255965445.issue9082@psf.upfronthosting.co.za>
In-reply-to
Content
When I run with -OO I get 42 test failures. Most of them look like they are due to missing docstrings but some are likely to be due to missing asserts.

42 tests failed:
    test_bisect test_cmd test_code test_collections test_compileall
    test_ctypes test_decimal test_deque test_descrtut test_dictcomps
    test_difflib test_dis test_distutils test_doctest test_extcall
    test_generators test_genexps test_getopt test_http_cookies
    test_import test_itertools test_json test_lib2to3 test_listcomps
    test_math test_metaclass test_pdb test_pickle test_pickletools
    test_pyclbr test_setcomps test_syntax test_threading_local
    test_tokenize test_unpack test_unpack_ex test_urllib2 test_weakref
    test_xml_etree test_xml_etree_c test_zipimport
    test_zipimport_support
History
Date User Action Args
2010-09-27 21:38:34michael.foordsetrecipients: + michael.foord, brett.cannon, rhettinger
2010-09-27 21:38:34michael.foordsetmessageid: <1285623514.32.0.760255965445.issue9082@psf.upfronthosting.co.za>
2010-09-27 21:38:33michael.foordlinkissue9082 messages
2010-09-27 21:38:32michael.foordcreate