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 SilentGhost, akuchling, docs@python, eric.araujo, georg.brandl, terry.reedy
Date 2011-01-09.22:17:47
SpamBayes Score 2.546685e-12
Marked as misclassified No
Message-id <1294611473.04.0.752121486419.issue10875@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the .rst should not have two copies and that any windows.chm specific fixup should be in the tool. Right now, right clicking gives a context menu with one item: Properties. Clicking that brings up a dialog box with a url that can be copied. Good enough for me at the moment but not terribly obvious. A possible separate issue.

Unless A Kuchling says different, I would like to remove the version number. It implies to me that this doc is in pre-alpha condition and it is far beyond that. I see that the patch already does so.

-:file:`Tools/scripts/redemo.py`, a demonstration program included with the
+:file:`Tools/scripts/demo.py`, a demonstration program included with the

should (currently) be
+:file:`Tools/demo/redemo.py`, a demonstration program included with the

Other than that, the patch looks good. Thanks. I am still thinking about Matching Characters. Once the patch is fixed with possible addition, a 2.7 version can easily be made be deleting the 3.x-specific deletions.
History
Date User Action Args
2011-01-09 22:17:53terry.reedysetrecipients: + terry.reedy, akuchling, georg.brandl, eric.araujo, SilentGhost, docs@python
2011-01-09 22:17:53terry.reedysetmessageid: <1294611473.04.0.752121486419.issue10875@psf.upfronthosting.co.za>
2011-01-09 22:17:47terry.reedylinkissue10875 messages
2011-01-09 22:17:47terry.reedycreate