Python yarl (aiohttp) breaks URLs
2025-11-03 yarl, aiohttp, PythonThe python aiohttp library uses yarl for URLs internally, and yarl normalizes URLs by default. It silently decodes some %-encoded characters in the query string that do not strictly need to be encoded.