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 terry.reedy
Recipients belopolsky, docs@python, eric.araujo, lukasz.langa, terry.reedy
Date 2011-01-11.23:10:06
SpamBayes Score 5.3414064e-05
Marked as misclassified No
Message-id <1294787411.16.0.552389169733.issue10225@psf.upfronthosting.co.za>
In-reply-to
Content
Doctest runs on .rst files, which are plain text files, finds and reports errors, and reports no errors when the errors are fixed. See #10875 where is was very helpful. So your last comment puzzles me.

In any case, your patch is too big to digest at once. I extracted the part for howto/sorting.rst and tried to apply to 3.2, but the file has changed too much (at least for TortoiseSVN). So I pasted the '... 's (and adjusted spacing) where needed, and did the two other changes you had. This left just two failures -- for the 2.7 code using 'cmp=xxx' args. With '# doctest: +SKIP' added twice, doctest passes. Patch commited for 3.2 as r87946.

> instances when human and computer reader's interests are in conflict.
What is one (or more) that you were thinking of?
History
Date User Action Args
2011-01-11 23:10:11terry.reedysetrecipients: + terry.reedy, belopolsky, eric.araujo, docs@python, lukasz.langa
2011-01-11 23:10:11terry.reedysetmessageid: <1294787411.16.0.552389169733.issue10225@psf.upfronthosting.co.za>
2011-01-11 23:10:06terry.reedylinkissue10225 messages
2011-01-11 23:10:06terry.reedycreate