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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti
Date 2012-10-11.18:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349979924.64.0.709879208677.issue15939@psf.upfronthosting.co.za>
In-reply-to
Content
> FTR there were a few actual errors that I fixed (mostly about bytes vs string).

Great!  Note that for the others, I was just trying to make the files parseable rather than passing.  Currently, doctest aborts out on the files I fixed without even attempting to run the examples.

> That can be done for 3.4+ only though.

Well, yes and no.  If there is a helper script to check documentation, it could be run on any branch regardless of whether the script is in source control.  For example, I was planning to write such a script (from the regrtest patch I put together before) to help me when checking people's patches to code snippets in the documentation.
History
Date User Action Args
2012-10-11 18:25:24chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, docs@python
2012-10-11 18:25:24chris.jerdoneksetmessageid: <1349979924.64.0.709879208677.issue15939@psf.upfronthosting.co.za>
2012-10-11 18:25:24chris.jerdoneklinkissue15939 messages
2012-10-11 18:25:24chris.jerdonekcreate