Skip to content

Add Python 3 compatibility.#8

Merged
gholms merged 1 commit into
boto:masterfrom
thomasgoirand:master
Nov 18, 2016
Merged

Add Python 3 compatibility.#8
gholms merged 1 commit into
boto:masterfrom
thomasgoirand:master

Conversation

@thomasgoirand
Copy link
Copy Markdown

No description provided.

@Krejdom
Copy link
Copy Markdown

Krejdom commented Sep 8, 2016

Hi, is there any problem with merging this? Python 3 would be welcomed! :)

Copy link
Copy Markdown
Contributor

@gholms gholms left a comment

Choose a reason for hiding this comment

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

This is a good start! There are still some unicode/bytes issues to sort out before we can officially say that this supports Python 3, but this should take care of many of the more pervasive 2-isms.

Comment thread requestbuilder/command.py
from requestbuilder.util import add_default_routes, aggregate_subclass_fields


import six
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Per PEP 8, third party library imports come between standard library imports and local imports.

@gholms gholms merged commit 48b70a7 into boto:master Nov 18, 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.

3 participants