[issue21126] Return results from doctest.run_docstring_examples()

2015-08-12 Thread Robert Collins
Robert Collins added the comment: So, I think this needs a test; returning a generator would be nice but would be an API break. Also the doc update needs to say 3.6 now. Thanks; moving back to patch review. -- nosy: +rbcollins stage: commit review - patch review

[issue21126] Return results from doctest.run_docstring_examples()

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: Patch looks straightforward enough to me, and I think it's a good idea; tests would be nice though (was another issue opened for that?). -- nosy: +zach.ware stage: - commit review title: Integrate doctest.run_docstring_examples() with unittest - Return