[New-bugs-announce] [issue12403] Allow overriding of writing to stdout in code.InteractiveConsole

Miki Tebeka report at bugs.python.org
Sat Jun 25 01:55:44 CEST 2011


New submission from Miki Tebeka <miki.tebeka at gmail.com>:

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.

----------
messages: 139004
nosy: tebeka
priority: normal
severity: normal
status: open
title: Allow overriding of writing to stdout in code.InteractiveConsole
type: feature request
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12403>
_______________________________________


More information about the New-bugs-announce mailing list