Yaniv Hasbani

Results 1 issues of Yaniv Hasbani

prompt_for_input breaks long input strings incorrectly due to a bug in python's input functions. E.G: ```python from humanfriendly.prompts import prompt_for_input, prompt_for_choice x = [ '/System/Library/CoreServices/SpringBoard.app/SpringBoard', '/System/Library/PrivateFrameworks/SpringBoard.framework/SpringBoard', '/System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome', '/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation', '/System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices', '/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices',...