aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-12-02-11-55-45.bpo-45874.dtJIsN.rst
blob: ef793cf30a80ed878a835d0b8265d2cba2629799 (plain)
1
2
3
The empty query string, consisting of no query arguments, is now handled
correctly in ``urllib.parse.parse_qsl``. This caused problems before when
strict parsing was enabled.