[Python-checkins] CVS: python/dist/src/Misc NEWS,1.73,1.74

Jeremy Hylton python-dev@python.org
Mon, 9 Oct 2000 12:48:14 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27872

Modified Files:
	NEWS 
Log Message:
typo


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -r1.73 -r1.74
*** NEWS	2000/10/09 18:34:12	1.73
--- NEWS	2000/10/09 19:48:11	1.74
***************
*** 47,51 ****
  
  - In SRE, fix error with negative lookahead and lookbehind that
!   manifested itself as a runtime error in patterns like "?<!abc)(def)".
  
  - Tkinter now supports Unicode strings and will set a Python exception
--- 47,51 ----
  
  - In SRE, fix error with negative lookahead and lookbehind that
!   manifested itself as a runtime error in patterns like "(?<!abc)(def)".
  
  - Tkinter now supports Unicode strings and will set a Python exception