[Python-checkins] python/dist/src/Misc NEWS,1.667,1.668

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Wed, 19 Feb 2003 08:34:18 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9274/Misc

Modified Files:
	NEWS 
Log Message:
Add a note about the recent PEP 293 changes.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.667
retrieving revision 1.668
diff -C2 -d -r1.667 -r1.668
*** NEWS	19 Feb 2003 15:53:11 -0000	1.667
--- NEWS	19 Feb 2003 16:34:11 -0000	1.668
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - 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.