]> granicus.if.org Git - python/commit
Merge #14649: clarify DocTestSuite error when there are no docstrings.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Sep 2012 14:16:46 +0000 (10:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Sep 2012 14:16:46 +0000 (10:16 -0400)
commitc3bfb01a959235135c727d532e3e89bbf2658a09
tree2f6dd0d97ea06d535f7b4349c28df02b7635396d
parentb83b287f17aa8f59e378f9d6ff77401c42d36dd3
parent5abd76a75d633a1ba6f5fcc66b0bc4799b9e2eaa
Merge #14649: clarify DocTestSuite error when there are no docstrings.

Also adds tests to verify the documented behavior (which is probably a bug, as
indicated in the added comments).

Patch by Chris Jerdonek.
Lib/doctest.py
Lib/test/test_doctest.py
Lib/test/test_zipimport_support.py