[New-bugs-announce] [issue2571] cmd.py always uses raw_input, even when another stdin is specified

Richard King report at bugs.python.org
Mon Apr 7 20:58:22 CEST 2008


New submission from Richard King <rickbking at users.sourceforge.net>:

The module global value use_rawinput is initialized to 1 but not reset
when stdin is replaced with a passed-in value.

----------
components: Extension Modules
messages: 65094
nosy: rickbking
severity: normal
status: open
title: cmd.py always uses raw_input, even when another stdin is specified
type: behavior
versions: Python 2.4

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2571>
__________________________________


More information about the New-bugs-announce mailing list