<div>The description of HtmlDiff.make_table is inaccurate, <a href="http://docs.python.org/release/3.1.5/library/difflib.html#difflib.HtmlDiff.make_table">http://docs.python.org/release/3.1.5/library/difflib.html#difflib.HtmlDiff.make_table</a> It says the following </div>
<div><span style="font-family:sans-serif;font-size:16px;line-height:20px;text-align:justify;background-color:rgb(255,255,255)"><br></span></div>"Compares fromlines and tolines (lists of strings) and returns a string which is a complete HTML table showing line by line differences with inter-line and intra-line changes highlighted."<div>
<br></div><div>However non of the rows in the tables are highlighted.</div><div><br></div><div>There are two possible fixes for this.</div><div><br></div><div>1. The documentation is incorrect in describing what should happen when this method is called. Instead of what is says right now it should say that the table is generated without showing any differences.</div>
<div>2. The code does not reflect the documentation, i.e. make_table should generate the html string correctly.</div><div><br></div><div>I'm running Python 3.1.5 on a Windows Xp Pro Version 2002, SP 3.</div>