Tools/Demos
-----------
+ - Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py.
+ Patch by Guo Ci Teo.
+
- Issue #26316: Fix variable name typo in Argument Clinic.
+- Issue #25440: Fix output of python-config --extension-suffix.
+
+- Issue #25154: The pyvenv script has been deprecated in favour of
+ `python3 -m venv`.
+
+C API
+-----
+
+- Issue #26312: SystemError is now raised in all programming bugs with using
+ PyArg_ParseTupleAndKeywords(). RuntimeError did raised before in some
+ programming bugs.
+
+- Issue #26198: ValueError is now raised instead of TypeError on buffer
+ overflow in parsing "es#" and "et#" format units. SystemError is now raised
+ instead of TypeError on programmical error in parsing format string.
+
What's New in Python 3.5.1 final?
=================================