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

Provide input("") and sync output to MicroPython #2016

Merged

Conversation

WebReflection
Copy link
Contributor

Description

This MR solves even more gotchas with MicroPython editor by providing an input("...") builtin utility that just works and by passing the output directly to the terminal whenever processed (the time.sleep(1) use case).

Changes

  • move the pyterminal_write utility where it belongs
  • create a builtin input function that simply returns whatever pyterminal_read returns
  • test all cases are covered

Checklist

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

@WebReflection WebReflection merged commit 2f1b764 into pyscript:main Apr 4, 2024
2 checks passed
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