diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-09-20 23:01:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-09-20 23:01:33 (GMT) |
commit | 2bc5c0be0141501c23eeb2bc96c33632443186ba (patch) | |
tree | 4aa590b64ed91ed52acf0606eacc7744a160922a /Misc/NEWS | |
parent | 2c53971b37cd69f45d52c498c953734f961deb77 (diff) | |
download | cpython-2bc5c0be0141501c23eeb2bc96c33632443186ba.zip cpython-2bc5c0be0141501c23eeb2bc96c33632443186ba.tar.gz cpython-2bc5c0be0141501c23eeb2bc96c33632443186ba.tar.bz2 |
add news note
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |