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

Change xrange to range #601

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Change xrange to range #601

merged 1 commit into from
Dec 12, 2018

Conversation

busunkim96
Copy link
Contributor

xrange does not exist in Python 3 and this is causing Python 3 tests to fail.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 7, 2018
tests/test_http.py Outdated Show resolved Hide resolved
@busunkim96 busunkim96 merged commit eb4b3e0 into googleapis:master Dec 12, 2018
@busunkim96 busunkim96 deleted the bug-fix branch December 12, 2018 18:41
clrpackages pushed a commit to clearlinux-pkgs/google-api-python-client that referenced this pull request Jan 3, 2019
….7.6 to version 1.7.7

Bu Sun Kim (1):
      Change xrange to range (#601)

Christopher Wilcox (2):
      Announce deprecation of Python 2.7 (#603)
      Release 1.7.7 (#606)

Corey Schaf (1):
      Updates documentation for stopping channel subscriptions (#598)

Sander Brauwers (1):
      Add badges (#455)

Sean O'Keefe (1):
      Adding example for searchAppearance (#414)

smstone (1):
      Typo in http.py exception message. (#602)

v1.7.7
  Version 1.7.7

    Bugfix release
    - Change xrange to range ([#601](googleapis/google-api-python-client#601))
    - Typo in http.py exception message. ([#602](googleapis/google-api-python-client#602))

    - Announce deprecation of Python 2.7 ([#603](googleapis/google-api-python-client#603))
    - Updates documentation for stopping channel subscriptions ([#598](googleapis/google-api-python-client#598))
    - Adding example for searchAppearance ([#414](googleapis/google-api-python-client#414))

    - Add badges ([#455](googleapis/google-api-python-client#455))
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Feb 14, 2019
v1.7.8
  Version 1.7.8

  Bugfix release
  - Convert '$' in method name to '_' ([#616](googleapis/google-api-python-client#616))
  - Alias unitest2 import as unittest in test__auth.py ([#613](googleapis/google-api-python-client#613))

v1.7.7
  Version 1.7.7

    Bugfix release
    - Change xrange to range ([#601](googleapis/google-api-python-client#601))
    - Typo in http.py exception message. ([#602](googleapis/google-api-python-client#602))

    - Announce deprecation of Python 2.7 ([#603](googleapis/google-api-python-client#603))
    - Updates documentation for stopping channel subscriptions ([#598](googleapis/google-api-python-client#598))
    - Adding example for searchAppearance ([#414](googleapis/google-api-python-client#414))

    - Add badges ([#455](googleapis/google-api-python-client#455))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants