From: Martin Panter Date: Sun, 14 Feb 2016 03:25:48 +0000 (+0000) Subject: Issue #26316: Merge Arg Clinic fix from 3.5 X-Git-Tag: v3.6.0a1~608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a5e69ca8ca8e921156556c0145a8c4bbd450c4d;p=python Issue #26316: Merge Arg Clinic fix from 3.5 --- 8a5e69ca8ca8e921156556c0145a8c4bbd450c4d diff --cc Misc/NEWS index 895325e4fe,cc2f8f4862..b7ac0ceba0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -748,22 -259,8 +748,24 @@@ Window Tools/Demos ----------- + - 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? =================================