mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[PR #149] [MERGED] Use six to simplify python 2/3 compatibilty code where possible #797
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#797
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/149
Author: @mbirtwell
Created: 1/7/2017
Status: ✅ Merged
Merged: 1/7/2017
Merged by: @plamere
Base:
master← Head:python3_with_six📝 Commits (1)
72a2fe4Use six to simplify python 2/3 compatibilty code where possible📊 Changes
5 files changed (+22 additions, -31 deletions)
View changed files
📝
requirements.txt(+1 -0)📝
setup.py(+4 -1)📝
spotipy/client.py(+3 -6)📝
spotipy/oauth2.py(+13 -24)📝
tox.ini(+1 -0)📄 Description
This doesn't actually add any new python 2/3 compatibility. What it does do is use the six module where ever possible to simplify the code that needs to be 2/3 aware.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.