]> granicus.if.org Git - python/commitdiff
Announce difflib.context_diff() and difflib.unified_diff().
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 19:42:33 +0000 (19:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Jun 2003 19:42:33 +0000 (19:42 +0000)
Misc/NEWS

index adf68f85db8461c8e163e72ca315795ab04c751c..ceefe900a1fc2c78555bb31ad3eb8e53ac2900d7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,8 @@ Extension modules
 Library
 -------
 
+- 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
   HTTP standard. (b) Add a handler for 307 redirection, which becomes