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 r.david.murray
Recipients amaury.forgeotdarc, dalcinl, r.david.murray, scoder
Date 2009-06-06.00:17:39
SpamBayes Score 0.00015649971
Marked as misclassified No
Message-id <1244247461.47.0.177611354106.issue6195@psf.upfronthosting.co.za>
In-reply-to
Content
The fix is not in fact correct.  Without the fix, source code is found
that is skipped with the fix in place.  This may mean that the fix for
issue4050 is also in error.

The object found by inspect.getfile when it isn't an a .so is of the form:

   <doctest test.test_doctest.test_DocTestRunner.basics[3]>

So I think we need some way to determine whether or not what is returned
by getfile is binary data or not.
History
Date User Action Args
2009-06-06 00:17:41r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, dalcinl, scoder
2009-06-06 00:17:41r.david.murraysetmessageid: <1244247461.47.0.177611354106.issue6195@psf.upfronthosting.co.za>
2009-06-06 00:17:40r.david.murraylinkissue6195 messages
2009-06-06 00:17:39r.david.murraycreate