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

Allow MicroPython input("...") to work beside the code.interact() #2017

Merged

Conversation

WebReflection
Copy link
Contributor

Description

This MR simply adds the global builtin input(...) utility even when import code; code.interact() is not used within the code, effectively behaving just like Pyodide when it comes to input(...) usage.

Changes

  • move the input builtin monkey patch regardless of the REPL use case
  • test everything is fine

Checklist

  • All tests pass locally
  • I have updated CHANGELOG.md
  • I have created documentation for this(if applicable)

@WebReflection WebReflection merged commit 65954a6 into pyscript:main Apr 4, 2024
2 checks passed
WebReflection added a commit to WebReflection/pyscript that referenced this pull request Apr 4, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants