Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make raw_input() work #37

Closed
csev opened this issue Jan 23, 2013 · 1 comment
Closed

Make raw_input() work #37

csev opened this issue Jan 23, 2013 · 1 comment

Comments

@csev
Copy link
Contributor

csev commented Jan 23, 2013

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.

csev added a commit to csev/skulpt that referenced this issue Jan 23, 2013
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.
@csev
Copy link
Contributor Author

csev commented Jan 24, 2013

This is fixed in https://github.com/bnmnetp/skulpt/pull/39

@bnmnetp bnmnetp closed this as completed Jan 24, 2013
albertjan pushed a commit to albertjan/skulpt that referenced this issue Jun 27, 2017
fix reserved words in get and set attr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants