summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2015-09-05 03:54:07 (GMT)
committerGuido van Rossum <guido@dropbox.com>2015-09-05 03:54:07 (GMT)
commit7d293ee97dbe27e2b6a43f900cf988572108c18e (patch)
tree99fb70d44ddf1d18cdadfa56a39995e4f906b4d0 /Misc
parent1b6691053701e92490c6b68171d6d6a645f8e708 (diff)
downloadcpython-7d293ee97dbe27e2b6a43f900cf988572108c18e.zip
cpython-7d293ee97dbe27e2b6a43f900cf988572108c18e.tar.gz
cpython-7d293ee97dbe27e2b6a43f900cf988572108c18e.tar.bz2
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 288fa62..2b1f278 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2015-09-06
Core and Builtins
-----------------
+- Issue #24912: Prevent __class__ assignment to immutable built-in objects.
+
- Issue #24975: Fix AST compilation for PEP 448 syntax.
Library