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

fix sorting profiles in clustermanager #1508

Merged
merged 1 commit into from Mar 16, 2012
Merged

fix sorting profiles in clustermanager #1508

merged 1 commit into from Mar 16, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 16, 2012

dicts aren't orderable on Python3. In any case, these should be sorted by name, not by the ordering of the dicts themselves.

closes #1507

@ellisonbg
Copy link
Member

Opps that was a stupid error - good catch and the fix looks fine.

minrk added a commit that referenced this pull request Mar 16, 2012
fix sorting profiles in clustermanager

dicts aren't orderable on Python3. In any case, these should be sorted by name, not by the ordering of the dicts themselves.

closes #1507
@minrk minrk merged commit 7db18f8 into ipython:master Mar 16, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
fix sorting profiles in clustermanager

dicts aren't orderable on Python3. In any case, these should be sorted by name, not by the ordering of the dicts themselves.

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

python3 notebook: TypeError: unorderable types
2 participants