summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-09-27-15-24-45.bpo-38216.-7yvZR.rst
blob: ac8e2b042d9294a307456b7d7afaac0824a442aa (plain)
1
2
3
4
Allow the rare code that wants to send invalid http requests from the
`http.client` library a way to do so.  The fixes for bpo-30458 led to
breakage for some projects that were relying on this ability to test their
own behavior in the face of bad requests.