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 ocean-city
Recipients belopolsky, christian.heimes, ocean-city
Date 2008-03-04.10:39:29
SpamBayes Score 0.59031993
Marked as misclassified No
Message-id <1204627171.16.0.804680556945.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote simple patch to workaround this problem.
(avoid to reuse DocTestSuite)

# To my eyes, doctest.DocTestSuite(module=collections)
# and test_support.run_doctest(collections, verbose)
# are doing same test???
History
Date User Action Args
2008-03-04 10:39:31ocean-citysetspambayes_score: 0.59032 -> 0.59031993
recipients: + ocean-city, belopolsky, christian.heimes
2008-03-04 10:39:31ocean-citysetspambayes_score: 0.59032 -> 0.59032
messageid: <1204627171.16.0.804680556945.issue2223@psf.upfronthosting.co.za>
2008-03-04 10:39:30ocean-citylinkissue2223 messages
2008-03-04 10:39:30ocean-citycreate