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 dmalcolm
Recipients dmalcolm
Date 2010-11-22.16:29:25
SpamBayes Score 2.8592073e-10
Marked as misclassified No
Message-id <1290443371.49.0.836951290391.issue10507@psf.upfronthosting.co.za>
In-reply-to
Content
Misc/NEWS needs to be valid reST.

Issue 10450 identified an issue where it wasn't.

"make patchcheck" potentially could check the markup of that file, and, potentially all the other places in the source tree that are supposed to be valid reST (all of the .rst files in the source tree, especially those below Doc).

I don't know what the best way of doing this is, without pulling in a lot of dependencies.  (Perhaps we could look for rst2html on $PATH, and use it if it's present?).
History
Date User Action Args
2010-11-22 16:29:31dmalcolmsetrecipients: + dmalcolm
2010-11-22 16:29:31dmalcolmsetmessageid: <1290443371.49.0.836951290391.issue10507@psf.upfronthosting.co.za>
2010-11-22 16:29:25dmalcolmlinkissue10507 messages
2010-11-22 16:29:25dmalcolmcreate