]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#14649: clarify DocTestSuite error when there are no docstrings.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Sep 2012 14:17:13 +0000 (10:17 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Sep 2012 14:17:13 +0000 (10:17 -0400)
commit8d580539f0765fd39a457d85a68bf2d4a2f1099f
tree7968d0c3caf8d4fcd9ca4b672f131fbe1f2dba6f
parent7a8634d8d86041e47b283717424eb2b3cede8c84
#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.
Doc/library/doctest.rst
Lib/doctest.py
Lib/test/test_doctest.py
Lib/test/test_zipimport_support.py