From: Raymond Hettinger Date: Sun, 8 Jun 2003 19:42:33 +0000 (+0000) Subject: Announce difflib.context_diff() and difflib.unified_diff(). X-Git-Tag: v2.3c1~516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c24d767809ccb57fee073d87a40f29260ff01c57;p=python Announce difflib.context_diff() and difflib.unified_diff(). --- diff --git a/Misc/NEWS b/Misc/NEWS index adf68f85db..ceefe900a1 100644 --- 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