You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue: 74 in Google Code
I added a completely new raw_input function even though it does
exactly the same as input() - but since input() is not a good
implementation, someone someday might come by and fix input()
and I don't want them breaking raw_input()
There is no unit test because prompt is not mocked.
This is Issue 74 in Google Code.
There is an input() in the built-ins that does not really implement input() - but interestingly it does implement raw_input() perfectly.
The text was updated successfully, but these errors were encountered: