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 docs@python, eli.bendersky, terry.reedy
Date 2010-07-20.05:43:26
SpamBayes Score 0.00925095
Marked as misclassified No
Message-id <1279604608.97.0.570824668349.issue9312@psf.upfronthosting.co.za>
In-reply-to
Content
The patch generally changes things like 

:option:`-e`   to   ``-e``   and

-r N/:option:`--repeat=N`   to   ``-r N/--repeat=N``

which is what I understand GB to have said to do.

:program:`python regrtest.py` :option:`test_spam.py`  to
:program:`python regrtest.py test_spam.py`

For the last, I presume that :program:`...` takes the place of ``...``
in the previous examples.

There are a few text changes in doctest.rst that I cannot comment on.

I presume this could and should be backported from 3.2 to other versions. Eli said in email that he has run 'make html' and checked the output.
History
Date User Action Args
2010-07-20 05:43:29terry.reedysetrecipients: + terry.reedy, eli.bendersky, docs@python
2010-07-20 05:43:28terry.reedysetmessageid: <1279604608.97.0.570824668349.issue9312@psf.upfronthosting.co.za>
2010-07-20 05:43:26terry.reedylinkissue9312 messages
2010-07-20 05:43:26terry.reedycreate