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

Mixed stdin and stdout in VS 2015 interactive window #145

Closed
zooba opened this issue May 14, 2015 · 2 comments
Closed

Mixed stdin and stdout in VS 2015 interactive window #145

zooba opened this issue May 14, 2015 · 2 comments
Labels
Milestone

Comments

@zooba
Copy link
Member

zooba commented May 14, 2015

Unmodified session - the three numbers and then empty line are what I typed into stdin:

Python interactive window. Type $help for a list of commands.
>>> x = 5
>>> while x > 0:
...     x = int(input('Give a number'))
... 
Give a numberGive a numberGive a numberGive a numberTraceback (most recent call last):
  File "<stdin>", line 2, in <module>
ValueError: invalid literal for int() with base 10: ''
1
2
3

>>> 

I'd expect stdin and stdout/stderr to be intermingled properly.

@zooba zooba added this to the 2.2 milestone May 14, 2015
@zooba zooba added the VS 2015 label May 14, 2015
@zooba
Copy link
Member Author

zooba commented Jun 12, 2015

Removed the issues that have been fixed, leaving the original which has not.

@zooba zooba changed the title Interactive window behaves strangely Mixed stdin and stdout in VS 2015 interactive window Jun 12, 2015
@zooba
Copy link
Member Author

zooba commented Jun 15, 2015

This has been fixed in later builds of VS, but still exists in 2015 RC.

@zooba zooba closed this as completed Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant