Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
Fix a Python 2 compatibility issue - #204
Merged
k8s-ci-robot merged 2 commits intoJul 16, 2020
Merged
Conversation
PR kubernetes-client#133 introduces the usage of `http` module for checking the status code for `GONE` HTTP status. However, this doesn't work in Python 2.7. This commit checks if the interpreter is Python 2 and imports the status code from `httplib` module instead and unifies the approach to the checks. Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
palnabarunforce-pushed
the
fix-watch-py2-compatibility
branch
from
July 16, 2020 08:35
bf9b301 to
a54f404Comparepalnabarun
commented
Jul 16, 2020
MemberAuthor
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
yliaog
commented
Jul 16, 2020
Contributor
thanks for the fix /lgtm |
k8s-ci-robot
commented
Jul 16, 2020
Contributor
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: palnabarun, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.