[Python-checkins] cpython (2.7): allow "fake" filenames in findsource (closes #9284)

Nick Coghlan ncoghlan at gmail.com
Sun Jun 12 15:18:37 CEST 2011


On Sun, Jun 12, 2011 at 6:56 AM, benjamin.peterson
<python-checkins at python.org> wrote:
> summary:
>  allow "fake" filenames in findsource (closes #9284)
>
> This allows findsource() to work in doctests.
>
> A patch from Dirkjan Ochtman.

Either this exception should be mentioned in the inspect.getsource()
documentation or else doctest should be monkeypatching inspect as well
as linecache.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list