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

Update #1790 (Python 3 fixes) #1933

Merged
merged 6 commits into from
Jan 16, 2016
Merged

Update #1790 (Python 3 fixes) #1933

merged 6 commits into from
Jan 16, 2016

Conversation

ericholscher
Copy link
Member

This removes the dependency on six (it was only used once),
but keeps all the proper exception handling.

Refs #1790

@ericholscher ericholscher changed the title Update #1790 Update #1790 (Python 3 fixes) Jan 15, 2016
@@ -108,7 +108,7 @@ def forwards_move_repos(apps, schema_editor):
else:
new_repo.clone_url = data.get('clone_url')
new_repo.json = json.dumps(data)
except SyntaxError, ValueError:
except SyntaxError as ValueError:
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a find replace failure

@ericholscher
Copy link
Member Author

Fixed ^^

@agjohnson
Copy link
Contributor

👍

agjohnson added a commit that referenced this pull request Jan 16, 2016
@agjohnson agjohnson merged commit 3c2953a into master Jan 16, 2016
@agjohnson agjohnson deleted the python-3-fixes branch January 16, 2016 01:35
@jakirkham jakirkham mentioned this pull request Jan 22, 2016
8 tasks
@ivoflipse
Copy link

Still getting these docutils problems on RTD.com

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

4 participants