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 tebeka
Recipients tebeka
Date 2011-06-24.23:55:44
SpamBayes Score 0.066271655
Marked as misclassified No
Message-id <1308959744.93.0.261089879651.issue12403@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, code.InteractiveConsole lets your override "write" which is the error stream. Allow overriding of "normal" (stdout) writing as well.
This will enable to spawn interpreters into custom stdin/stdout.

See twisted.manhole for example, very useful.
History
Date User Action Args
2011-06-24 23:55:44tebekasetrecipients: + tebeka
2011-06-24 23:55:44tebekasetmessageid: <1308959744.93.0.261089879651.issue12403@psf.upfronthosting.co.za>
2011-06-24 23:55:44tebekalinkissue12403 messages
2011-06-24 23:55:44tebekacreate