diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-12-03 00:53:09 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-12-03 00:53:09 (GMT) |
commit | 5074df623b70cf196965af332092a6f98a035c3d (patch) | |
tree | 25fdc5c475e5d4a344ed269707d327be72ae1363 /Misc | |
parent | 1203720ffb7d722df0c5322dcdd250eefd79c6ab (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |