summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-25 05:58:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-25 05:58:59 (GMT)
commit81e7f94076afb3e2c980d8f563f522ad22a6c308 (patch)
tree0ef715c5688119fa11c21d83817678b6d816d998 /Misc
parentccd047ea4b92f09a84b67e69deb82ce42e510c4c (diff)
parent685fbed7f9bbff7426aaef68581fddc64c4a71e3 (diff)
downloadcpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.zip
cpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.tar.gz
cpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.tar.bz2
Merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f24eeea..384f525 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,10 @@ Core and Builtins
Library
-------
+- Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
+ differing items (like bytes in the -b mode). This affects assertListEqual()
+ and assertTupleEqual().
+
- Issue #26041: Remove "will be removed in Python 3.7" from deprecation
messages of platform.dist() and platform.linux_distribution().
Patch by Kumaripaba Miyurusara Athukorala.