diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-29 16:34:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-29 16:34:40 (GMT) |
commit | e064b41f5ac046fc361fa80af551f5bfab01141c (patch) | |
tree | 803e0b0152e38d58174856dcc1bc3754b2229b2c /Misc | |
parent | 87fa785f0f8ce187db2bd55871dc18fd57bc9f4e (diff) | |
download | cpython-e064b41f5ac046fc361fa80af551f5bfab01141c.zip cpython-e064b41f5ac046fc361fa80af551f5bfab01141c.tar.gz cpython-e064b41f5ac046fc361fa80af551f5bfab01141c.tar.bz2 |
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -201,6 +201,7 @@ Raymund Galvin Nitin Ganatra Fred Gansevles Lars Marius Garshol +Dan Gass Andrew Gaul Stephen M. Gava Harry Henry Gebel @@ -47,6 +47,8 @@ Core and builtins Extension modules ----------------- +- difflib now supports HTML side-by-side diff. + - os.urandom has been added for systems that support sources of random data. @@ -63,6 +65,8 @@ Extension modules Library ------- +- difflib and diff.py can now generate HTML. + - bdist_rpm now includes version and release in the BuildRoot, and replaces - by ``_`` in version and release. |