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 georg.brandl
Recipients Albert.Zeyer, georg.brandl
Date 2013-10-14.14:11:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381759899.88.0.950042421465.issue17294@psf.upfronthosting.co.za>
In-reply-to
Content
If you know you have an expression and would like the value, you should use the "eval" mode.

In the case of "single", you can adapt sys.displayhook to change where to print (if at all) the values.  Note that "single" sometimes prints multiple values (try e.g. "for i in range(10):\n    i\n").
History
Date User Action Args
2013-10-14 14:11:39georg.brandlsetrecipients: + georg.brandl, Albert.Zeyer
2013-10-14 14:11:39georg.brandlsetmessageid: <1381759899.88.0.950042421465.issue17294@psf.upfronthosting.co.za>
2013-10-14 14:11:39georg.brandllinkissue17294 messages
2013-10-14 14:11:39georg.brandlcreate