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-09.20:52:49
SpamBayes Score 1.3297349e-05
Marked as misclassified No
Message-id <1294606370.8.0.33298496606.issue10225@psf.upfronthosting.co.za>
In-reply-to
Content
As I understand this, your patch would fix numerous errors in the docs, but has not been applied. It would be nice to get the fixes into 3.2. What sort of feedback do you want? Proofreading of text? Recheck of doctest?

Does sphinx suppress doctest comments like
     #doctest: +IGNORE_EXCEPTION_DETAIL
?

doctest.testfile("C:/programs/PyDev/py32/Doc/howto/sorting.rst", module_relative = False) fails 23 of 37 attempts, so improvement is needed ;-).
History
Date User Action Args
2011-01-09 20:52:50terry.reedysetrecipients: + terry.reedy, belopolsky, eric.araujo, docs@python, lukasz.langa
2011-01-09 20:52:50terry.reedysetmessageid: <1294606370.8.0.33298496606.issue10225@psf.upfronthosting.co.za>
2011-01-09 20:52:49terry.reedylinkissue10225 messages
2011-01-09 20:52:49terry.reedycreate