Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
masklinn
on March 16, 2024
|
parent
|
context
|
favorite
| on:
Parsing URLs in Python
That used to be werkzeug.urls, kinda (it certainly had a more convenient API than urllib.parse), but it was killed in Werkzeug 3.
pyuser583
on March 16, 2024
[–]
I remember and miss that. But I’m not going to install werkzeug just for the url parsing.
d_kahneman7
on March 16, 2024
|
parent
[–]
Is it that inconvenient?
pyuser583
on March 18, 2024
|
root
|
parent
[–]
It’s heavy. It’s a freaking server.
masklinn
on March 21, 2024
|
root
|
parent
[–]
It’s a bunch of WSGI utilities. The server it provides is a thin layer over the stdlib’s HTTPServer.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: