mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1178] [MERGED] Formatted strings #1197
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#1197
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/1178
Author: @dieser-niko
Created: 12/3/2024
Status: ✅ Merged
Merged: 1/14/2025
Merged by: @dieser-niko
Base:
master← Head:1159-formatted-strings📝 Commits (6)
4de3001use newer string formatters (https://pyformat.info)51c22c1fix typo61bd0f9went through the files again, additions from #1165 are also included0fba1a1Merge branch 'master' into 1159-formatted-strings4b486f8replace .format() with f stringsa794a2dMerge branch 'master' into 1159-formatted-strings📊 Changes
16 files changed (+71 additions, -107 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
docs/index.rst(+1 -1)📝
examples/artist_albums.py(+3 -6)📝
examples/artist_discography.py(+7 -10)📝
examples/artist_recommendations.py(+2 -6)📝
examples/follow_playlist.py(+3 -1)📝
examples/my_playlists.py(+1 -1)📝
examples/show_my_saved_tracks.py(+1 -1)📝
examples/track_recommendations.py(+2 -5)📝
examples/user_playlists_contents.py(+1 -3)📝
examples/user_public_playlists.py(+1 -7)📝
spotipy/cache_handler.py(+9 -10)📝
spotipy/client.py(+8 -12)📝
spotipy/exceptions.py(+3 -2)📝
spotipy/oauth2.py(+26 -40)📝
tests/integration/user_endpoints/test.py(+2 -2)📄 Description
closes #1159
There are some capitalisations in there as well.
Also, I had to change the playlist in
examples/follow_playlist.pyto a user playlist due to the recent API changes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.