I've come across the following code in a Python script
from pprint import pprint
why not simply import pprint?
Unless the module pprint contains a function called pprint which is being aliased as pprint (surely, this must be the definition of madness?)
pprintthat contains a functionpprintmadness? What's wrong with it? Can you update your question to explain what you mean by "madness"? – S.Lott Jun 1 '10 at 13:49