ui: write prompt text in ui.prompt(), not in ui._readline()
self.label() is replaced by label= option, which should make it clearer why we can't pass the text to raw_input(prompt).
Loading
Please register or sign in to comment
self.label() is replaced by label= option, which should make it clearer why we can't pass the text to raw_input(prompt).