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

Add support for Python 3 #2

Merged
merged 1 commit into from
Jan 27, 2015
Merged

Add support for Python 3 #2

merged 1 commit into from
Jan 27, 2015

Conversation

Tenzer
Copy link
Contributor

@Tenzer Tenzer commented Oct 30, 2014

It doesn't seem like much work to also support Python 3, so I added the support.

  • Import print_function from future and change all print statements to function calls.
  • Handle different import paths to urllib.urlretrieve/urllib.request.urlretrieve in setup.py

- Import print_function from __future__ and change all print statements to function calls.
- Handle different import paths to urllib.urlretrieve/urllib.request.urlretrieve in setup.py
@knorwood knorwood merged commit 1b6ceff into awslabs:master Jan 27, 2015
@knorwood
Copy link
Contributor

Hi Jeppe,

I've merged your changes. Thanks for the contribution!

Kurt

@Tenzer Tenzer deleted the python3-support branch January 28, 2015 08:08
zengyu714 pushed a commit that referenced this pull request Dec 29, 2021
Bump jackson-dataformat-cbor from 2.12.4 to 2.13.0 (#6)
Bump auth from 2.17.52 to 2.17.99 (#5)
Bump sts from 2.17.52 to 2.17.99 (#3)
Bump cloudwatch from 2.17.52 to 2.17.99 (#2)
Bump slf4j-api from 1.7.30 to 1.7.32 (#9)
Bump profiles from 2.17.52 to 2.17.99 (#8)
Bump aws-cbor-protocol from 2.17.52 to 2.17.99 (#7)
Bump dynamodb from 2.17.52 to 2.17.102 (#24)
Bump aws-java-sdk-sts from 1.12.3 to 1.12.131 (#23)
Bump aws-query-protocol from 2.17.52 to 2.17.102 (#22)
Bump netty-transport from 4.1.68.Final to 4.1.72.Final (#27)
Bump profiles from 2.17.52 to 2.17.102 (#26)
Bump logback-core from 1.2.7 to 1.2.10 (#28)

Signed-off-by: dependabot[bot] <[email protected]>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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.

2 participants