Glyph Lefkowitz - 2010-05-19

Ideally this would be controlled via the __docformat__ variable.

http://www.python.org/dev/peps/pep-0258/#choice-of-docstring-format

Despite this specification's explicit rejection of package->module cascading, IMHO it would be nice if packages could specify a __docformat__ for themselves.

Although personally, since Twisted uses epytext, I'm happy for things to stay how they are. :)