From: Benjamin Peterson Date: Mon, 20 Sep 2010 23:01:33 +0000 (+0000) Subject: add news note X-Git-Tag: v3.2a3~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bc5c0be0141501c23eeb2bc96c33632443186ba;p=thirdparty%2FPython%2Fcpython.git add news note --- diff --git a/Misc/NEWS b/Misc/NEWS index 250121f4546d..8cb3ea31ef1d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -184,6 +184,8 @@ Library C-API ----- +- Add PyErr_SyntaxLocationEx, which supports passing a column offset. + - Issue #9834: Don't segfault in PySequence_GetSlice, PySequence_SetSlice, or PySequence_DelSlice when the object doesn't have any mapping operations defined.