]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add news note
authorBenjamin Peterson <benjamin@python.org>
Mon, 20 Sep 2010 23:01:33 +0000 (23:01 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 20 Sep 2010 23:01:33 +0000 (23:01 +0000)
Misc/NEWS

index 250121f4546d087f2adbf38f324c2a06a430c915..8cb3ea31ef1d917d988ec72c80d75335c6f83036 100644 (file)
--- 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.