|
|
|
|
|
by Spivak
820 days ago
|
|
> unless you’re confident that your replacement is complete And that any 3rd party libs you use also don't ever call the stdlib parser internally because you do not want to debug why a URL works through some code paths but not others. Turns out that url parsing is a cross-cutting concern like logging where libs should defer to the calling code's implementation but the Python devs couldn't have known that when this module was written. |
|