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 Albert.Zeyer
Recipients Albert.Zeyer, georg.brandl
Date 2013-10-14.19:15:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381778108.26.0.746226667772.issue17294@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know that I have an expression and I want it also to work if it is not an expression. Basically I really want the 'single' behavior. (My not-so-uncommon use case: Have an interactive shell where the output on stdout does not make sense. Also I might want to save references to returned values.)

displayhook is not an option in any serious bigger project because you don't want to do overwrite that globally.
History
Date User Action Args
2013-10-14 19:15:08Albert.Zeyersetrecipients: + Albert.Zeyer, georg.brandl
2013-10-14 19:15:08Albert.Zeyersetmessageid: <1381778108.26.0.746226667772.issue17294@psf.upfronthosting.co.za>
2013-10-14 19:15:08Albert.Zeyerlinkissue17294 messages
2013-10-14 19:15:08Albert.Zeyercreate