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 dalcinl
Recipients dalcinl, scoder
Date 2009-06-04.21:42:57
SpamBayes Score 7.4370955e-06
Marked as misclassified No
Message-id <1244151779.64.0.307098872881.issue6195@psf.upfronthosting.co.za>
In-reply-to
Content
When doctests are written in docstrings from C extension modules,
'doctest' reads the binary extension module file.

The attached one-line patch seems to fix the problem, it is in fact very
similar to patch for issue4050 related to 'inspect'.
History
Date User Action Args
2009-06-04 21:42:59dalcinlsetrecipients: + dalcinl, scoder
2009-06-04 21:42:59dalcinlsetmessageid: <1244151779.64.0.307098872881.issue6195@psf.upfronthosting.co.za>
2009-06-04 21:42:58dalcinllinkissue6195 messages
2009-06-04 21:42:58dalcinlcreate