From: Raymond Hettinger Date: Fri, 24 Dec 2010 10:04:00 +0000 (+0000) Subject: Add news entry for 87471. X-Git-Tag: v3.2rc1~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e7efdf2a0ce34f36aa3137788f434cf2ad5931a;p=python Add news entry for 87471. --- diff --git a/Misc/NEWS b/Misc/NEWS index faf5554880..313fc36ddb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,6 +11,8 @@ Core and Builtins Library ------- +- Improved the diff message in the unittest module's assertCountEqual(). + - Issue #1155362: email.utils.parsedate_tz now handles a missing space before the '-' of a timezone field as well as before a '+'.