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

ensure raw_input returns str in zmq shell #3529

Merged
merged 1 commit into from Jul 6, 2013
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Jul 4, 2013

matches raw_input. Some things can't handle unicode objects (e.g. help()).

closes #1145

matches raw_input.  Some things can't handle unicode objects (e.g. `help()`).

closes ipython#1145
@Carreau
Copy link
Member

Carreau commented Jul 6, 2013

merging.

Carreau added a commit that referenced this pull request Jul 6, 2013
ensure raw_input returns str in zmq shell

matches raw_input. Some things can't handle unicode objects (e.g. help()).

closes #1145
@Carreau Carreau merged commit b708c7a into ipython:master Jul 6, 2013
@minrk minrk deleted the rawin branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
ensure raw_input returns str in zmq shell

matches raw_input. Some things can't handle unicode objects (e.g. help()).

closes ipython#1145
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.

Online help utility broken in QtConsole
2 participants