Commit 007730b1 authored by Tim Peters's avatar Tim Peters

SF patch #445412 extract ndiff functionality to difflib, from

David Goodger.
parent ab1c4af3
This diff is collapsed.
...@@ -144,6 +144,7 @@ Harry Henry Gebel ...@@ -144,6 +144,7 @@ Harry Henry Gebel
Thomas Gellekum Thomas Gellekum
Ben Gertzfield Ben Gertzfield
Jonathan Giddy Jonathan Giddy
David Goodger
Hans de Graaff Hans de Graaff
Duncan Grisby Duncan Grisby
Dag Gruneau Dag Gruneau
......
...@@ -3,6 +3,9 @@ What's New in Python 2.2a2? ...@@ -3,6 +3,9 @@ What's New in Python 2.2a2?
Tests Tests
- regrtest.py now knows which tests are expected to be skipped on some
platforms, allowing to give clearer test result output.
- Several new tests in the standard test suite, with special thanks to - Several new tests in the standard test suite, with special thanks to
Nick Mathewson. Nick Mathewson.
...@@ -14,6 +17,10 @@ Core ...@@ -14,6 +17,10 @@ Core
Library Library
- New class Differ and new functions ndiff() and restore() in difflib.py.
These package the algorithms used by the popular Tools/scripts/ndiff.py,
for progammatic reuse.
- New function xml.sax.saxutils.quoteattr(): Quote an XML attribute - New function xml.sax.saxutils.quoteattr(): Quote an XML attribute
value using the minimal quoting required for the value; more value using the minimal quoting required for the value; more
reliable than using xml.sax.saxutils.escape() for attribute values. reliable than using xml.sax.saxutils.escape() for attribute values.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment