[Python-checkins] python/dist/src/Misc NEWS,1.775,1.776

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 08 Jun 2003 12:42:36 -0700


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

Modified Files:
	NEWS 
Log Message:
Announce difflib.context_diff() and difflib.unified_diff().


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.775
retrieving revision 1.776
diff -C2 -d -r1.775 -r1.776
*** NEWS	7 Jun 2003 17:53:08 -0000	1.775
--- NEWS	8 Jun 2003 19:42:33 -0000	1.776
***************
*** 65,68 ****
--- 65,70 ----
  -------
  
+ - difflib.py has two new functions:  context_diff() and unified_diff().
+ 
  - More fixes to urllib (SF 549151): (a) When redirecting, always use
    GET.  This is common practice and more-or-less sanctioned by the