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 Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.1.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.2.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:12:45 +02:00
2.3.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
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 Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
3.0.rst Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. 2012-10-28 13:37:18 +01:00
3.1.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
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 Fix/improve the changelog filtering. 2012-10-02 01:43:42 +03:00
index.rst Doc: add What's New in Python 3.5 to whatsnew index 2014-03-18 09:01:21 +01:00