Skye wrote: > What is this doing? > > print >> fd, _(__doc__) > > > I'm guessing line-splitting __doc__ into a list, but what's that > leading underscore do? > > Thanks! I think it is standard practice to use the underscore for unicode converts.