summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-01 10:36:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-01 10:36:16 (GMT)
commitdd1bcdf6187ff18fb1536a6190926b0f03336186 (patch)
treea4f0e724cca0ccb121240205541ab27857b90385 /Misc/NEWS
parentf5f37d784b4e3f0362291cad6155a19cdfffcb57 (diff)
downloadcpython-dd1bcdf6187ff18fb1536a6190926b0f03336186.zip
cpython-dd1bcdf6187ff18fb1536a6190926b0f03336186.tar.gz
cpython-dd1bcdf6187ff18fb1536a6190926b0f03336186.tar.bz2
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 89403b0..678fac1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,8 @@ Core and Builtins
Library
-------
+- Issue #26711: Fixed the comparison of plistlib.Data with other types.
+
- Issue #24114: Fix an uninitialized variable in `ctypes.util`.
The bug only occurs on SunOS when the ctypes implementation searches