[Python-checkins] r84930 - python/branches/py3k/Misc/NEWS

benjamin.peterson python-checkins at python.org
Tue Sep 21 01:01:33 CEST 2010


Author: benjamin.peterson
Date: Tue Sep 21 01:01:33 2010
New Revision: 84930

Log:
add news note

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Sep 21 01:01:33 2010
@@ -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.


More information about the Python-checkins mailing list