]> granicus.if.org Git - python/commitdiff
Add a note about the recent PEP 293 changes.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 19 Feb 2003 16:34:11 +0000 (16:34 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 19 Feb 2003 16:34:11 +0000 (16:34 +0000)
Misc/NEWS

index 2b12d6cb73251c5a863d247d8437891ac244fc7c..ecf4fb810f16ec41b74030dd5379cef9bc2248ad 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.3 alpha 2?
 Core and builtins
 -----------------
 
+- Negative positions returned from PEP 293 error callbacks are now
+  treated as being relative to the end of the input string. Positions
+  that are out of bounds raise an IndexError.
+
 - sys.path[0] (the directory from which the script is loaded) is now
   turned into an absolute pathname, unless it is the empty string.
   (SF patch #664376.)