Opened 10 years ago
Closed 10 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.
Note:
See TracTickets
for help on using tickets.
Fixed r8539