summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-06-05 19:51:38 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-06-05 19:51:38 (GMT)
commitd8918597110766dfc66e301c8fd2caf5d156ba2d (patch)
tree9b83b05ca3a0d96b6714f63cd53b598bd4adf406
parent20e287caed7d2b11c12ed5e229901bc722663913 (diff)
downloadcpython-d8918597110766dfc66e301c8fd2caf5d156ba2d.zip
cpython-d8918597110766dfc66e301c8fd2caf5d156ba2d.tar.gz
cpython-d8918597110766dfc66e301c8fd2caf5d156ba2d.tar.bz2
Updated NEWS file.
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f22512b..b2ad445 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,13 @@ C-API
Library
-------
+- Issue #8302: SkipTest in unittest.TestCase.setUpClass or setUpModule is now
+ reported as a skip rather than an error.
+
+- Issue #8351: Excessively large diffs due to
+ unittest.TestCase.assertSequenceEqual are no longer included in failure
+ reports.
+
- Issue #8899: time.struct_time now has class and atribute docstrings.
- Issue #4487: email now accepts as charset aliases all codec aliases