diff options
author | Raymond Hettinger <python@rcn.com> | 2003-06-08 19:42:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-06-08 19:42:33 (GMT) |
commit | c24d767809ccb57fee073d87a40f29260ff01c57 (patch) | |
tree | 93694190077e4646cf6717b46bccafab5ba020a0 | |
parent | 7f2d302a1611fff03fc986a9b5c369feb7fbab1d (diff) | |
download | cpython-c24d767809ccb57fee073d87a40f29260ff01c57.zip cpython-c24d767809ccb57fee073d87a40f29260ff01c57.tar.gz cpython-c24d767809ccb57fee073d87a40f29260ff01c57.tar.bz2 |
Announce difflib.context_diff() and difflib.unified_diff().
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |