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 eric.araujo
Recipients alexis, eric.araujo, francismb, tarek, tshepang
Date 2012-02-08.16:46:58
SpamBayes Score 3.5522316e-05
Marked as misclassified No
Message-id <1328719619.12.0.0705010488302.issue13953@psf.upfronthosting.co.za>
In-reply-to
Content
The interesting line is just after the string:

  doctest.script_from_examples(comparison_doctest_string)

However it looks like there has been a problem with that line, as you can’t get the test to fail, which is strange as I did use that doctest to check #11841!  Instead of using time to figure out doctest antics, I will just use good old reliable integrated unittest.
History
Date User Action Args
2012-02-08 16:46:59eric.araujosetrecipients: + eric.araujo, tarek, alexis, tshepang, francismb
2012-02-08 16:46:59eric.araujosetmessageid: <1328719619.12.0.0705010488302.issue13953@psf.upfronthosting.co.za>
2012-02-08 16:46:58eric.araujolinkissue13953 messages
2012-02-08 16:46:58eric.araujocreate