Another thought, how would one provide translations for doc strings?

class Boo:
 """This class goes Boo!"""

Can one do this, which does not seem likely:
class Boo:
 _( "This class goes Boo!" )


\d

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to