You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think URLs deserve first-class handling in environs, using urllib.parse.urlparse as the parser and throwing the corresponding exception when the value is formatted incorrectly.
I know I can plug it in myself. But URLs are built-in Python functionality and framework-agnostic, I don't see how they are different from, say, timedeltas.
The text was updated successfully, but these errors were encountered:
I think URLs deserve first-class handling in environs, using
urllib.parse.urlparse
as the parser and throwing the corresponding exception when the value is formatted incorrectly.I know I can plug it in myself. But URLs are built-in Python functionality and framework-agnostic, I don't see how they are different from, say, timedeltas.
The text was updated successfully, but these errors were encountered: