Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(URLRequired): Deprecate URLRequired exception with warning
`requests.URLRequired` has been dead code since ab27027 (2012) and is never raised. This commit adds a `DeprecationWarning` to notify users that it will be removed in a future version. Invalid URLs instead raise `MissingSchema`, `InvalidSchema`, or `InvalidURL`. Signed-off-by: jakobheine <[email protected]>
- Loading branch information