summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-19 05:18:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-19 05:18:35 (GMT)
commit2c028492d46e058ceaf81c3ec3c806226bf39b0b (patch)
treee42b8e7846ff239b48a8dcde1d8e478951f6b3cd /Misc
parent3114d763fb0eb469dcae24b616c727303261b30f (diff)
parent9ad11544bfb80b7881e0d567e40ef2fa2da58f02 (diff)
downloadcpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.zip
cpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.tar.gz
cpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.tar.bz2
merge 3.5 (#25731)
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 f5a2afc..2cf9604 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
- Issue #25791: Trying to resolve a relative import without __spec__ or
__package__ defined now raises an ImportWarning
+- Issue #25731: Fix set and deleting __new__ on a class.
+
- Issue #25961: Disallowed null characters in the type name.
- Issue #25973: Fix segfault when an invalid nonlocal statement binds a name