Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
diff --git a/Misc/NEWS b/Misc/NEWS
index a084d22..4656fa2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@
 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 @@
 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.