commit | 8dc73d2dc6db62bed0fb75c71079dbdf06131cda | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 24 02:03:16 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 24 02:03:16 2006 +0000 |
tree | 00df45eca40a87a5c1073f878b99c44077e95d79 | |
parent | d4c2177b780d3d4e23ed1d541d52b3a896b8c5c8 [diff] [blame] |
Bug #1337990: clarified that `doctest` does not support examples requiring both expected output and an exception. I'll backport to 2.4 next.
diff --git a/Misc/NEWS b/Misc/NEWS index 6f3880e..8788c58 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -171,6 +171,8 @@ Documentation ------------- +- Bug #1337990: clarified that ``doctest`` does not support examples + requiring both expected output and an exception. What's New in Python 2.5 alpha 1?