[Tutor] Comparison Textboxes

Jerry Hill malaclypse2 at gmail.com
Tue Aug 27 03:37:26 CEST 2013


On Mon, Aug 26, 2013 at 5:26 PM, taserian <taserian at gmail.com> wrote:
> Does anyone have an idea of what I'm talking about, and can you point me in
> the right direction?

Historically, the unix tool for comparing the differences between two
files is called 'diff'.  Python has similar functionality in a library
called 'difflib'.  See http://docs.python.org/3/library/difflib.html

The Wikipedia article may provide some useful search terms too:
http://en.wikipedia.org/wiki/Diff

Does that help any?

-- 
Jerry


More information about the Tutor mailing list