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

Win py3fixes #1931

Merged
merged 4 commits into from Jun 13, 2012
Merged

Win py3fixes #1931

merged 4 commits into from Jun 13, 2012

Conversation

jstenar
Copy link
Member

@jstenar jstenar commented Jun 12, 2012

There are currently four test failures on shiningpanda for python3.2 on windows (https://jenkins.shiningpanda.com/ipython/job/ipython-windows-py32/1/)

This PR fixes the last three. The history_manager bug is more involved and I will not have time to look into it until the last week of june.

There are no failures using python2.7

@@ -155,7 +155,7 @@ def getoutput(cmd):

if out is None:
out = ''
return out
return py3compat.bytes_to_str(out)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The out = '' immediately above should probably be out = b'' to be fully consistent, or put the conversion in an else block.

@takluyver
Copy link
Member

Apart from Min's suggestion, this is fine. Thanks, Jörgen.

@minrk
Copy link
Member

minrk commented Jun 13, 2012

Thanks, merging.

minrk added a commit that referenced this pull request Jun 13, 2012
A few python3 fixes for Windows
@minrk minrk merged commit ec39d75 into ipython:master Jun 13, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
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

3 participants