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 zorceta
Recipients Claudiu.Popa, Naddiseo, docs@python, eric.araujo, ned.deily, zorceta
Date 2015-06-24.05:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435124705.17.0.300544785906.issue12920@psf.upfronthosting.co.za>
In-reply-to
Content
When provided object is not from a file, like input in interactive shell, `inspect` internals will check for it in `linecache`, which official Python shell and IDLE won't put interactive shell input into, yet. This can be simply solved.

Whether interactive shell input can be put into `linecache` may be a problem, but it'll make life easier, as interactive shell saves time from edit-save-run 'loop'.

btw, I changed the title, since I don't think, what original author thought need to be documented, is absolutely right.
History
Date User Action Args
2015-06-24 05:45:05zorcetasetrecipients: + zorceta, ned.deily, eric.araujo, docs@python, Claudiu.Popa, Naddiseo
2015-06-24 05:45:05zorcetasetmessageid: <1435124705.17.0.300544785906.issue12920@psf.upfronthosting.co.za>
2015-06-24 05:45:05zorcetalinkissue12920 messages
2015-06-24 05:45:04zorcetacreate