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

Use input() instead of raw_input() for py3 #870

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

arskanov
Copy link

Here's an initial fix for #869.

Uses sys.version_info since that's used elsewhere in the script as well to differentiate python versions.

@theotherjimmy
Copy link
Contributor

Thanks for the fix

@theotherjimmy theotherjimmy merged commit 7769661 into ARMmbed:master Mar 14, 2019
theotherjimmy added a commit to theotherjimmy/mbed-cli that referenced this pull request Mar 22, 2019
## Fixes
* ARMmbed#870 Use input() instead of raw_input() for py3
* ARMmbed#874 Add decode call to icetea application list output

## New features
* ARMmbed#873 allow tag to be used in mbed import
@theotherjimmy theotherjimmy mentioned this pull request Mar 22, 2019
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.

2 participants