[Tutor] (no subject)
Kent Johnson
kent37 at tds.net
Fri Jun 26 13:50:14 CEST 2009
On Fri, Jun 26, 2009 at 6:29 AM, Febin Ameer Ahsen<fe78bi at yahoo.com> wrote:
> how to implement diff command showing difference in box
Here are some examples of using difflib to list differences:
http://blog.doughellmann.com/2007/10/pymotw-difflib.html
http://personalpages.tds.net/~kent37/blog/arch_m1_2004_06.html#e47
What kind of box do you want to show them in? A window? For that you
need to use a GUI framework such as Tkinter.
Kent
More information about the Tutor
mailing list