diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-19 05:18:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-19 05:18:35 (GMT) |
commit | 2c028492d46e058ceaf81c3ec3c806226bf39b0b (patch) | |
tree | e42b8e7846ff239b48a8dcde1d8e478951f6b3cd /Misc | |
parent | 3114d763fb0eb469dcae24b616c727303261b30f (diff) | |
parent | 9ad11544bfb80b7881e0d567e40ef2fa2da58f02 (diff) | |
download | cpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.zip cpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.tar.gz cpython-2c028492d46e058ceaf81c3ec3c806226bf39b0b.tar.bz2 |
merge 3.5 (#25731)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |