diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-24 10:04:00 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-24 10:04:00 (GMT) |
commit | 1e7efdf2a0ce34f36aa3137788f434cf2ad5931a (patch) | |
tree | d9d8cdbd57adaf280e1f2f3c2a159b74262fbcf6 | |
parent | 93e233d6e5ef84b9e6d70917cdfe8ef1f9499cb5 (diff) | |
download | cpython-1e7efdf2a0ce34f36aa3137788f434cf2ad5931a.zip cpython-1e7efdf2a0ce34f36aa3137788f434cf2ad5931a.tar.gz cpython-1e7efdf2a0ce34f36aa3137788f434cf2ad5931a.tar.bz2 |
Add news entry for 87471.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 '+'. |