Skip to content

Ensure that msg['content']['prompt'] is string#136

Closed
PolarNick239 wants to merge 1 commit into
spyder-ide:masterfrom
PolarNick239:master
Closed

Ensure that msg['content']['prompt'] is string#136
PolarNick239 wants to merge 1 commit into
spyder-ide:masterfrom
PolarNick239:master

Conversation

@PolarNick239

Copy link
Copy Markdown
Contributor

Fix for #135

@PolarNick239

PolarNick239 commented Aug 30, 2016

Copy link
Copy Markdown
Contributor Author

Ipython supports python2.7 only up to 5.x versions, but requirements.txt uses master version

May be it is possible to require -e git+https://github.com/ipython/ipython.git@5.1.0#egg=ipython exactly for python2.7?

@minrk

minrk commented Aug 31, 2016

Copy link
Copy Markdown
Contributor

The protocol declares that this will be a string, so I think the bug is really on the IPython kernel side, where we should be doing the same casting that stdlib raw_input does. ipython/ipykernel#186 does this.

I've opened #137 to address the test dependencies problem. That requirements.txt should have gone away a long time ago.

@PolarNick239

Copy link
Copy Markdown
Contributor Author

Ok, thanks!

@minrk minrk modified the milestone: no action Nov 16, 2016
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