add news note

This commit is contained in:
Benjamin Peterson 2010-09-20 23:01:33 +00:00
parent 2c53971b37
commit 2bc5c0be01

View file

@ -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.