[PR #349] [CLOSED] Feature/348/tidy up more consistency #863

Closed
opened 2026-02-28 00:02:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/349
Author: @loisaidasam
Created: 1/30/2019
Status: Closed

Base: masterHead: feature/348/tidy-up-more-consistency


📝 Commits (10+)

  • b5fb8d0 Propagate refresh token error #259
  • 540fd28 Merge pull request #2 from loisaidasam/feature/259/propagate-refresh-token-error
  • b80be60 Bump setup.py version for my alpha tag
  • 1f7594d Use urllib's quote to encode user ids in urls #307
  • d70b9fe Merge pull request #3 from loisaidasam/feature/307/encode-user-ids
  • 430c945 Bump setup.py version for another alpha tag #307
  • 4763956 urllib's quote chokes on unicode. Fix that + version bump #307
  • af3c828 urllib's quote chokes on unicode. Fix that + version bump #307
  • 9463922 Some formatting fixes, remove dupe audio_analysis() definition #348
  • e442520 Consistent function block comment quoting #348

📊 Changes

5 files changed (+271 additions, -221 deletions)

View changed files

📝 setup.py (+1 -1)
📝 spotipy/__init__.py (+2 -1)
📝 spotipy/client.py (+239 -212)
spotipy/exceptions.py (+16 -0)
📝 spotipy/oauth2.py (+13 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/349 **Author:** [@loisaidasam](https://github.com/loisaidasam) **Created:** 1/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/348/tidy-up-more-consistency` --- ### 📝 Commits (10+) - [`b5fb8d0`](https://github.com/spotipy-dev/spotipy/commit/b5fb8d0e04bb7e786a2662917ad1af59ddbcf3fe) Propagate refresh token error #259 - [`540fd28`](https://github.com/spotipy-dev/spotipy/commit/540fd287645622dabf6bad959432a5dd7916887f) Merge pull request #2 from loisaidasam/feature/259/propagate-refresh-token-error - [`b80be60`](https://github.com/spotipy-dev/spotipy/commit/b80be600e487e1d593f14c8dea4e612c80e9bdbf) Bump setup.py version for my alpha tag - [`1f7594d`](https://github.com/spotipy-dev/spotipy/commit/1f7594d7ce0e82e32e2054abfe7ad4c0283ac3e7) Use `urllib`'s `quote` to encode user ids in urls #307 - [`d70b9fe`](https://github.com/spotipy-dev/spotipy/commit/d70b9fe8c74edd63d9dce5c3a2083097c4ee2fd1) Merge pull request #3 from loisaidasam/feature/307/encode-user-ids - [`430c945`](https://github.com/spotipy-dev/spotipy/commit/430c945e61710ef2ea6feddbe7d2bc48e616b2c1) Bump setup.py version for another alpha tag #307 - [`4763956`](https://github.com/spotipy-dev/spotipy/commit/47639564fdcfc574e8918dbe08b95edbdff45ec1) `urllib`'s `quote` chokes on unicode. Fix that + version bump #307 - [`af3c828`](https://github.com/spotipy-dev/spotipy/commit/af3c82823f30a536f07f68e0e3e362fdb489dc63) `urllib`'s `quote` chokes on unicode. Fix that + version bump #307 - [`9463922`](https://github.com/spotipy-dev/spotipy/commit/94639228a2f449bb2c37f3a58312ee000762962e) Some formatting fixes, remove dupe `audio_analysis()` definition #348 - [`e442520`](https://github.com/spotipy-dev/spotipy/commit/e442520e1d65a2613a1898d7994a434be5dc6dfa) Consistent function block comment quoting #348 ### 📊 Changes **5 files changed** (+271 additions, -221 deletions) <details> <summary>View changed files</summary> 📝 `setup.py` (+1 -1) 📝 `spotipy/__init__.py` (+2 -1) 📝 `spotipy/client.py` (+239 -212) ➕ `spotipy/exceptions.py` (+16 -0) 📝 `spotipy/oauth2.py` (+13 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#863
No description provided.