This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients dabrahams, eric.araujo
Date 2011-05-23.14:54:57
SpamBayes Score 9.275017e-06
Marked as misclassified No
Message-id <1306162498.69.0.972141827673.issue12055@psf.upfronthosting.co.za>
In-reply-to
Content
From http://docs.python.org/dev/library/doctest#which-docstrings-are-examined :

“The module docstring, and all function, class and method docstrings are searched. Objects imported into the module are not searched. [...] Any classes found are recursively searched similarly, to test docstrings in their contained methods and nested classes.”

The doc does not advertise support for nested functions, so this would be a new feature, if deemed useful.
History
Date User Action Args
2011-05-23 14:54:58eric.araujosetrecipients: + eric.araujo, dabrahams
2011-05-23 14:54:58eric.araujosetmessageid: <1306162498.69.0.972141827673.issue12055@psf.upfronthosting.co.za>
2011-05-23 14:54:58eric.araujolinkissue12055 messages
2011-05-23 14:54:57eric.araujocreate