commit | 2bc5c0be0141501c23eeb2bc96c33632443186ba | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 20 23:01:33 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Sep 20 23:01:33 2010 +0000 |
tree | 4aa590b64ed91ed52acf0606eacc7744a160922a | |
parent | 2c53971b37cd69f45d52c498c953734f961deb77 [diff] |
add news note
diff --git a/Misc/NEWS b/Misc/NEWS index 250121f..8cb3ea3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -184,6 +184,8 @@ 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.