toejough / pimento

simple CLI menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 bug prevents manipulation of 'input' output stream

toejough opened this issue · comments

Due to a python3 bug, the 'input' function's output stream cannot be fully modified, which means that if we use stderr as the output stream, tab-completion doesn't work correctly.

The tests have been updated to reflect this expectation, so when the bug is fixed by python, the tests will start failing and I'll know.