Add news entry for 87471.

This commit is contained in:
Raymond Hettinger 2010-12-24 10:04:00 +00:00
parent 93e233d6e5
commit 1e7efdf2a0
1 changed files with 2 additions and 0 deletions

View File

@ -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 '+'.