diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 05:58:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 05:58:59 (GMT) |
commit | 81e7f94076afb3e2c980d8f563f522ad22a6c308 (patch) | |
tree | 0ef715c5688119fa11c21d83817678b6d816d998 /Misc | |
parent | ccd047ea4b92f09a84b67e69deb82ce42e510c4c (diff) | |
parent | 685fbed7f9bbff7426aaef68581fddc64c4a71e3 (diff) | |
download | cpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.zip cpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.tar.gz cpython-81e7f94076afb3e2c980d8f563f522ad22a6c308.tar.bz2 |
Merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |