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 Ravi.Sinha
Recipients Ravi.Sinha, chris.jerdonek, docs@python, r.david.murray, terry.reedy
Date 2012-10-14.22:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350252262.49.0.643676233389.issue16154@psf.upfronthosting.co.za>
In-reply-to
Content
I've used the testsetup directive and the problem in http://hg.python.org/cpython/file/40a1652349e9/Doc/library/math.rst, line 79, is fixed; the test passes

Added # doctest: +SKIP to lines 179 and 180 in http://hg.python.org/cpython/file/40a1652349e9/Doc/library/filecmp.rst, and it passes too

For http://hg.python.org/cpython/file/40a1652349e9/Doc/library/string.rst, lines 612-624, used +NORMALIZE_WHITESPACE and the test passed, but since Terry preferred a code change, did that too; the test passes

Put my name at the proper position in Misc/ACKS

For the multiple versions, I needed to ask whether they'd all belong to this same patch or there would be different patches for each version? Sorry if it's a silly question; I haven't had the time to wrap my head around how to best work with all the versions together 

With the directives Chris and Terry suggested, it should be easy to make several other tests pass; I'll make a few more patches
History
Date User Action Args
2012-10-14 22:04:22Ravi.Sinhasetrecipients: + Ravi.Sinha, terry.reedy, r.david.murray, chris.jerdonek, docs@python
2012-10-14 22:04:22Ravi.Sinhasetmessageid: <1350252262.49.0.643676233389.issue16154@psf.upfronthosting.co.za>
2012-10-14 22:04:22Ravi.Sinhalinkissue16154 messages
2012-10-14 22:04:22Ravi.Sinhacreate