summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-12-03 00:53:09 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-12-03 00:53:09 (GMT)
commit5074df623b70cf196965af332092a6f98a035c3d (patch)
tree25fdc5c475e5d4a344ed269707d327be72ae1363 /Misc
parent1203720ffb7d722df0c5322dcdd250eefd79c6ab (diff)
downloadcpython-5074df623b70cf196965af332092a6f98a035c3d.zip
cpython-5074df623b70cf196965af332092a6f98a035c3d.tar.gz
cpython-5074df623b70cf196965af332092a6f98a035c3d.tar.bz2
Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0975f8..e856c6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue 7911: `unittest.TestCase.longMessage` defaults to True for improved
+ failure messages by default. Patch by Mark Roddy.
+
- Issue #9915: Speed up sorting with a key.
- Issue #9333: Expose os.symlink only when the SeCreateSymbolicLinkPrivilege