summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-07 02:36:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-10-07 02:36:54 (GMT)
commitbd6c41a185ad4a2db9ad693a79496429e2f8d7ee (patch)
treef5a71ee3153ff4bd6f9c330530d36481cc0bd3d6 /Misc
parent106ddf07b3e120d79985bab8b6f8ee782c4c7184 (diff)
downloadcpython-bd6c41a185ad4a2db9ad693a79496429e2f8d7ee.zip
cpython-bd6c41a185ad4a2db9ad693a79496429e2f8d7ee.tar.gz
cpython-bd6c41a185ad4a2db9ad693a79496429e2f8d7ee.tar.bz2
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 70f3a51..f393d68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #24806: Prevent builtin types that are not allowed to be subclassed from
+ being subclassed through multiple inheritance.
+
- Issue #24848: Fixed a number of bugs in UTF-7 decoding of misformed data.
- Issue #25280: Import trace messages emitted in verbose (-v) mode are no