Opened 9 years ago

Closed 9 years ago

#2537 closed enhancement (fixed)

Support Python input() and raw_input() in IronPython console

Reported by: jng Owned by: jng
Priority: medium Milestone: Maestro-6.0
Component: Maestro Version:
Severity: major Keywords:
Cc: External ID:

Description

The IronPython console currently has a limitation where the input() and raw_input() functions do not work.

This is because the IronPython console does not implement a standard input stream required for these two functions to work properly.

Change History (1)

comment:1 by jng, 9 years ago

Resolution: fixed
Status: newclosed

Fixed r8539

Note: See TracTickets for help on using tickets.