Announce difflib.context_diff() and difflib.unified_diff().

This commit is contained in:
Raymond Hettinger 2003-06-08 19:42:33 +00:00
parent 7f2d302a16
commit c24d767809
1 changed files with 2 additions and 0 deletions

View File

@ -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