"Dick Moores" <rdm at rcblue.com> wrote > I downloaded that compressed file and found difflib_data.py (see it > at <http://py77.python.pastebin.com/f5e2c73a5>). Copied the data > into > my demo_pymotw-difflib.py, deleted the line "from difflib_data > import > *", and ran it I'm curious. Why did you do that? Why not just leave the import as it was? Alan G.