Message115513
As an experiment, I ran doctest on 17.2 json saved as .txt, See #9767
4 failures, 2 obvious doc faults, 2 unclear to me.
Their were 2 similar doc faults in non-interactive code examples, so doctest is not enough to catch all bad code.
We clearly need to do this for the entire doc, preferably before 3.2 is released. A master issue is the wrong format, at least by itself. What I think is needed is a repository doc like Misc/maintainers.rst, call it Misc/doctests or Misc/docdoctests. It should have a line for each doc section with current status (blank for unchecked, n/a for no interactive example, issue number for fixes in progress). A master issue could then be a place where non-committers can report changes that committers could apply. What do you others think? |
|
Date |
User |
Action |
Args |
2010-09-03 21:47:05 | terry.reedy | set | recipients:
+ terry.reedy, georg.brandl, orsenthil, pitrou, stutzbach, ezio.melotti, r.david.murray, Dmitry.Jemerov, docs@python, JingCheng.LIU |
2010-09-03 21:47:04 | terry.reedy | set | messageid: <1283550424.55.0.449047417082.issue9730@psf.upfronthosting.co.za> |
2010-09-03 21:47:02 | terry.reedy | link | issue9730 messages |
2010-09-03 21:47:02 | terry.reedy | create | |
|