summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-18 18:20:00 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-18 18:20:00 (GMT)
commit77a8cd65bed54ac07b264cd8eb26bc0da4d60130 (patch)
tree4505972d1ec398336ab59f2c6bf9512a0d7ebde7 /Misc
parentf5e0c41d6d143b16af4b9d97d5ce39eaa9e32df3 (diff)
downloadcpython-77a8cd65bed54ac07b264cd8eb26bc0da4d60130.zip
cpython-77a8cd65bed54ac07b264cd8eb26bc0da4d60130.tar.gz
cpython-77a8cd65bed54ac07b264cd8eb26bc0da4d60130.tar.bz2
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
Patch by Ethan Furman.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1094881..d523232 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,29 @@
Python News
+++++++++++
+
+What's New in Python 3.5.1
+==========================
+
+
+Release date: TBA
+
+
+Core and Builtins
+-----------------
+
+
+Library
+-------
+
+- Issue #23572: Fixed functools.singledispatch on classes with falsy
+ metaclasses. Patch by Ethan Furman.
+
+
+Documentation
+-------------
+
+
What's New in Python 3.5.0 release candidate 2?
===============================================