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, ezio.melotti, r.david.murray, terry.reedy
Date 2012-10-21.19:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350849456.97.0.209520558884.issue16155@psf.upfronthosting.co.za>
In-reply-to
Content
Did the same changes for versions 2.7, 3.2, 3.3, and 3.4

For line wrap in cases like http://hg.python.org/cpython/file/40a1652349e9/Doc/faq/general.rst, line 448, broke the list across separate lines, and had to use +NORMALIZE_WHITESPACE to make the tests pass.

For the same file, in line 454, versions 2.7 and 3.2 don't have '-> None' while versions 3.3 and 3.4 do. So made the changes accordingly. Adding '<BLANKLINE>' around the contents of the help is making the tests pass too. I am assuming that <BLANKLINE> means the new pager that I get on OS X. This was the case uniformly across all 4 versions.

Attaching all 4 patches, for different versions. Please let me know where to go from here.
History
Date User Action Args
2012-10-21 19:57:37Ravi.Sinhasetrecipients: + Ravi.Sinha, terry.reedy, ezio.melotti, r.david.murray, chris.jerdonek, docs@python
2012-10-21 19:57:36Ravi.Sinhasetmessageid: <1350849456.97.0.209520558884.issue16155@psf.upfronthosting.co.za>
2012-10-21 19:57:36Ravi.Sinhalinkissue16155 messages
2012-10-21 19:57:36Ravi.Sinhacreate