-
Notifications
You must be signed in to change notification settings - Fork 1.7k
support Python 3.5 #1071
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
support Python 3.5 #1071
Conversation
3621f99
to
7cb84c2
Compare
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
Please sign your commits following these rules: $ git clone -b "support-py35" git@github.com:graingert/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~3
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f Ammending updates the existing PR. You DO NOT need to open a new one. |
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
return delta.seconds + delta.days * 24 * 3600 | ||
|
||
|
||
def longint(n): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all this does is allow users to enter their storage size in pounds (300lb) on python 2
@dnephin any update on a merge? |
I thought I had commented on there, sorry. Changes LGTM. |
LGTM |
No description provided.