On Fri, Jun 26, 2009 at 6:29 AM, Febin Ameer Ahsen<fe7...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to