cpython/Doc/whatsnew
R David Murray 1976d9bf6d #15916: if there are no docstrings, make empty suite, not an error.
This makes doctest work like unittest: if the test case is empty, that
just means there are zero tests run, it's not an error.  The existing
behavior was broken, since it only gave an error if there were *no*
docstrings, and zero tests run if there were docstrings but none of them
contained tests.  So this makes it self-consistent as well.

Patch by Glenn Jones.
2014-04-14 20:28:36 -04:00
..
2.0.rst
2.1.rst
2.2.rst
2.3.rst
2.4.rst Removed spaces before colons and semicolons. 2013-12-24 11:04:36 +02:00
2.5.rst Removed spaces before colons and semicolons. 2013-12-24 11:04:36 +02:00
2.6.rst Removed spaces before colons and semicolons. 2013-12-24 11:04:36 +02:00
2.7.rst
3.0.rst
3.1.rst
3.2.rst Removed spaces before commas and periods. 2013-12-23 18:20:51 +02:00
3.3.rst Fix grammar. 2014-01-25 05:11:43 -05:00
3.4.rst Typo 2014-03-17 19:22:59 +01:00
3.5.rst #15916: if there are no docstrings, make empty suite, not an error. 2014-04-14 20:28:36 -04:00
changelog.rst
index.rst Doc: add What's New in Python 3.5 to whatsnew index 2014-03-18 09:01:21 +01:00