[Python-checkins] CVS: python/dist/src/Misc NEWS,1.70,1.71

Jeremy Hylton python-dev@python.org
Mon, 2 Oct 2000 06:43:36 -0700


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

Modified Files:
	NEWS 
Log Message:
typo


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** NEWS	2000/09/29 17:54:40	1.70
--- NEWS	2000/10/02 13:43:33	1.71
***************
*** 126,130 ****
  
  - sre: Added experimental expand() method to match objects.  Does not
!   user buffer interface on Unicode strings.  Does not hang if group id
    is followed by whitespace.
  
--- 126,130 ----
  
  - sre: Added experimental expand() method to match objects.  Does not
!   use buffer interface on Unicode strings.  Does not hang if group id
    is followed by whitespace.