diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-07 02:36:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-07 02:36:54 (GMT) |
commit | bd6c41a185ad4a2db9ad693a79496429e2f8d7ee (patch) | |
tree | f5a71ee3153ff4bd6f9c330530d36481cc0bd3d6 /Misc | |
parent | 106ddf07b3e120d79985bab8b6f8ee782c4c7184 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |