From: Serhiy Storchaka Date: Mon, 5 Dec 2016 22:20:26 +0000 (+0200) Subject: Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. X-Git-Tag: v3.7.0a1~1839 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb3134f4d489556ff3cb8fcf7e9948bdab2e49d8;p=thirdparty%2FPython%2Fcpython.git Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. --- fb3134f4d489556ff3cb8fcf7e9948bdab2e49d8 diff --cc Misc/NEWS index 12021f6abaf4,a29e50af4108..d1f9952f6fc3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -480,16 -552,6 +480,18 @@@ Window C API ----- ++- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. ++ +- Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, + PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of + type ``const char *`` rather of ``char *``. + +- Issue #28748: Private variable _Py_PackageContext is now of type ``const char *`` + rather of ``char *``. + +- Issue #19569: Compiler warnings are now emitted if use most of deprecated + functions. + - Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().