Hirokazu Yamamoto added the comment:

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???

Added file: http://bugs.python.org/file9601/fix_test_collections.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2223>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to