mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #56] [MERGED] Python3 support #743
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#743
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/56
Author: @joohoi
Created: 6/5/2015
Status: ✅ Merged
Merged: 6/8/2015
Merged by: @plamere
Base:
master← Head:python3📝 Commits (10+)
1f833afInitial run of 2to3f19682cFixed (byte)string handling when calling base64 lib3d46d7aRemoved old comment, as the API is fixed in this regardd08f7a8Support print() as function in Python 2d6a14bcUrllib compatibility fix to support both python 2 & 31737a55Fix for python 2 to use the safe raw_input() per defaulta3a68beascii decode in _refresh_access_tokena541b3bSupport both Python 2 & 3 base64 libraryc944cc7Fixes for the remaining base64 lib references660f34bClose the connection when done📊 Changes
33 files changed (+140 additions, -114 deletions)
View changed files
📝
docs/conf.py(+8 -8)📝
examples/add_a_saved_track.py(+2 -2)📝
examples/add_tracks_to_playlist.py(+3 -3)📝
examples/artist_albums.py(+2 -2)📝
examples/artist_discography.py(+9 -9)📝
examples/contains_a_saved_track.py(+2 -2)📝
examples/create_playlist.py(+2 -2)📝
examples/delete_a_saved_track.py(+2 -2)📝
examples/remove_specific_tracks_from_playlist.py(+2 -2)📝
examples/remove_tracks_from_playlist.py(+2 -2)📝
examples/replace_tracks_in_playlist.py(+2 -2)📝
examples/show_artist_top_tracks.py(+1 -1)📝
examples/show_featured_playlists.py(+5 -5)📝
examples/show_my_saved_tracks.py(+3 -3)📝
examples/show_new_releases.py(+4 -4)📝
examples/show_related.py(+3 -3)📝
examples/show_tracks.py(+2 -2)📝
examples/simple0.py(+1 -1)📝
examples/simple1.py(+1 -1)📝
examples/simple2.py(+4 -4)...and 13 more files
📄 Description
Adds python3 support without breaking for python2, all tests are ok.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.